Skip to content

Commit a9815e6

Browse files
author
nkowenski
committed
release chart 0.4.0
1 parent bcccc16 commit a9815e6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
IMG_NAMESPACE = flag5
22
IMG_NAME = clustersecret
33
IMG_FQNAME = $(IMG_NAMESPACE)/$(IMG_NAME)
4-
IMG_VERSION = 0.0.10-beta
4+
IMG_VERSION = 0.0.10
55

66
.PHONY: container push clean
77
all: container
88

9+
build:
10+
uname | grep "Darwin" && podman machine start
11+
podman build -t $(IMG_FQNAME):$(IMG_VERSION) .
12+
913

1014
container:
1115
for ARCH in i386 amd64 arm32v5 arm32v7 arm64v8 ppc64le s390x; do \

charts/cluster-secret/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cluster-secret
33
description: ClusterSecret Operator
44
kubeVersion: '>= 1.16.0-0'
55
type: application
6-
version: 0.3.0
6+
version: 0.4.0
77
icon: https://clustersecret.io/assets/csninjasmall.png
88
sources:
99
- https://github.com/zakkg3/ClusterSecret

0 commit comments

Comments
 (0)