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

Prep for 4.0.0 release, upgrade kustomize to 5.1.1 #36

Merged
merged 2 commits into from
Aug 30, 2023
Merged
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
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ inputs:
sha256-checksum:
description: Checksum of Kustomize version
required: false
default: bba81aa61dba057db1d5abeddf1e522b568b2d906ab67a5c80935e97302c8773
default: 3b30477a7ff4fb6547fa77d8117e66d995c2bdd526de0dafbf8b7bcb9556c85d
target-repo:
description: The repo where the image promotion should be pushed
required: true
Expand All @@ -90,7 +90,7 @@ inputs:
version:
description: Version of Kustomize to use
required: false
default: 4.5.5
default: 5.1.1
working-directory:
description: |
Working directory where the deployment repo should be checked out into
Expand Down Expand Up @@ -128,7 +128,7 @@ runs:
# version of the container. This prevents the user from having to build
# the container themselves.
#image: 'Dockerfile'
image: 'docker://ghcr.io/kustomize-everything/action-promote:v3.7.3'
image: 'docker://ghcr.io/kustomize-everything/action-promote:v4.0.0'
env:
GIT_COMMIT_USER: ${{ inputs.git-commit-user }}
GIT_COMMIT_EMAIL: ${{ inputs.git-commit-email }}
Expand Down
Loading