Skip to content

Commit

Permalink
helm upgraded from v3.10.3 to v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Feb 12, 2023
1 parent 304a022 commit 8c43e91
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.26.1
ARG STERN_VERSION=v1.23.0
ARG KUBECTX_VERSION=v0.9.4
ARG KUBENS_VERSION=v0.9.4
ARG HELM_VERSION=v3.10.3
ARG HELM_VERSION=v3.11.0


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.26.1
ARG STERN_VERSION=v1.23.0
ARG KUBECTX_VERSION=v0.9.4
ARG KUBENS_VERSION=v0.9.4
ARG HELM_VERSION=v3.10.3
ARG HELM_VERSION=v3.11.0


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

0 comments on commit 8c43e91

Please sign in to comment.