Skip to content

Commit

Permalink
release chart 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nkowenski committed Mar 6, 2024
1 parent bcccc16 commit a9815e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
IMG_NAMESPACE = flag5
IMG_NAME = clustersecret
IMG_FQNAME = $(IMG_NAMESPACE)/$(IMG_NAME)
IMG_VERSION = 0.0.10-beta
IMG_VERSION = 0.0.10

.PHONY: container push clean
all: container

build:
uname | grep "Darwin" && podman machine start
podman build -t $(IMG_FQNAME):$(IMG_VERSION) .


container:
for ARCH in i386 amd64 arm32v5 arm32v7 arm64v8 ppc64le s390x; do \
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-secret/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cluster-secret
description: ClusterSecret Operator
kubeVersion: '>= 1.16.0-0'
type: application
version: 0.3.0
version: 0.4.0
icon: https://clustersecret.io/assets/csninjasmall.png
sources:
- https://github.com/zakkg3/ClusterSecret
Expand Down

0 comments on commit a9815e6

Please sign in to comment.