Skip to content

Commit

Permalink
helm upgraded from v3.12.0 to v3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Aug 15, 2023
1 parent 7a510c6 commit 96d9d15
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.3


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.3


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

0 comments on commit 96d9d15

Please sign in to comment.