Skip to content

Commit

Permalink
Merge pull request #11 from cho4036/main
Browse files Browse the repository at this point in the history
minor fix: make plugin docker image up-to-date
  • Loading branch information
ktkfree authored Nov 6, 2023
2 parents 01ed656 + 84baf5d commit f8036b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sktcloud/decapod-kustomize:v2.0.0 AS gobuilder
FROM harbor.taco-cat.xyz/tks/decapod-kustomize:v2.0.1 AS gobuilder
LABEL AUTHOR sungil([email protected])

FROM python:3.10.5-alpine3.16 AS builder
Expand Down Expand Up @@ -38,4 +38,4 @@ CMD [ "/root/helm2yaml/helm2yaml" ]
# sktcloud/decapod-render:v3.0.0 (23.8.14)
# - support oci protocol for a helm repository
# - generate CRDs using helm cli
# Build CLI: docker build --network host -t siim/helm2yaml:v3.0.0 .
# Build CLI: docker build --network host -t siim/helm2yaml:v3.0.0 .

0 comments on commit f8036b4

Please sign in to comment.