We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcccc16 commit a9815e6Copy full SHA for a9815e6
Makefile
@@ -1,11 +1,15 @@
1
IMG_NAMESPACE = flag5
2
IMG_NAME = clustersecret
3
IMG_FQNAME = $(IMG_NAMESPACE)/$(IMG_NAME)
4
-IMG_VERSION = 0.0.10-beta
+IMG_VERSION = 0.0.10
5
6
.PHONY: container push clean
7
all: container
8
9
+build:
10
+ uname | grep "Darwin" && podman machine start
11
+ podman build -t $(IMG_FQNAME):$(IMG_VERSION) .
12
+
13
14
container:
15
for ARCH in i386 amd64 arm32v5 arm32v7 arm64v8 ppc64le s390x; do \
charts/cluster-secret/Chart.yaml
@@ -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
0 commit comments