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

feat: updating apl-tools [TOOLS][MINOR] #1735

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

Ani1357
Copy link
Contributor

@Ani1357 Ani1357 commented Sep 27, 2024

This PR updates the tools in the apl-tools image. Once merged this commit will create the new 2.7.0 image version via the "APL Tools Build and Versioning" pipeline. This means the first run of the "Build and publish Docker" pipeline will fail since the new 2.7.0 image will not be ready. Rerunning it should solve the issue.

# https://github.com/jkroepke/helm-secrets/releases
ARG HELM_SECRETS_VERSION=3.15.0
ARG HELM_SECRETS_VERSION=4.6.1
Copy link
Contributor

Choose a reason for hiding this comment

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

This upgrade has breaking changes. https://github.com/jkroepke/helm-secrets/blob/main/CHANGELOG.md#400---2022-09-11
I think we can solve this by updating src/common/crypt.ts

enum CryptType {
  ENCRYPT = 'helm secrets encrypt -f',
  DECRYPT = 'helm secrets decrypt -f',
  ROTATE = 'sops --input-type=yaml --output-type=yaml -i -r',
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Reverted to 3.16 which seems to be latest version. Somehow I ended up in the unreleased section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants