Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved images from kbld not passed through in educates-config config map. #605

Open
GrahamDumpleton opened this issue Nov 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@GrahamDumpleton
Copy link
Collaborator

Describe the bug

The educates-config config map in educates namespace has a sections for imageVersions. This provides mappings for locations for images. Before 3.0 refactor for deployment, the mapped to image would have sha reference from kbld for images. This is no longer the case and is now just passed through like:

    imageVersions:
    - name: session-manager
      image: ghcr.io/educates/educates-session-manager:3.1.0-rc.1
    - name: training-portal
      image: ghcr.io/educates/educates-training-portal:3.1.0-rc.1

Consequence is that disconnected installs would no longer work where images were all copied into an internal registry using imgpkg copy.

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant