Skip to content

Commit

Permalink
helm upgraded from v3.12.1 to v3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Aug 14, 2023
1 parent 7a510c6 commit 67c1fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG KUBECTL_VERSION=v1.27.4
ARG STERN_VERSION=v1.25.0
ARG KUBECTX_VERSION=v0.9.5
ARG KUBENS_VERSION=v0.9.5
ARG HELM_VERSION=v3.12.0
ARG HELM_VERSION=v3.12.1


FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS go
Expand Down
2 changes: 1 addition & 1 deletion debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG KUBECTL_VERSION=v1.27.4
ARG STERN_VERSION=v1.25.0
ARG KUBECTX_VERSION=v0.9.5
ARG KUBENS_VERSION=v0.9.5
ARG HELM_VERSION=v3.12.0
ARG HELM_VERSION=v3.12.1


FROM golang:${GO_VERSION}-${DEBIAN_VERSION} AS go
Expand Down

0 comments on commit 67c1fb3

Please sign in to comment.