Skip to content

chore(CR-28616): updated sealed-secrets #464

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

Merged
merged 1 commit into from
Apr 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
condition: argo-rollouts.enabled
- name: sealed-secrets
repository: https://bitnami-labs.github.io/sealed-secrets/
version: 2.17.0
version: 2.17.2
- name: codefresh-tunnel-client
repository: oci://quay.io/codefresh/charts
version: 0.1.19
Expand Down
2 changes: 1 addition & 1 deletion charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ sealed-secrets:
image:
registry: 'quay.io'
repository: 'codefresh/sealed-secrets-controller'
tag: '0.28.0'
tag: '0.29.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please check why we set it explicitly -- it should be taken just from chart. Probably it was a workaround because the latest chart didn't contain the version

resources:
limits:
cpu: 500m
Expand Down