Skip to content

Commit

Permalink
Update readme and clean old tags and archs in yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
nkowenski committed Sep 25, 2024
1 parent ccf585a commit cee6cb0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 52 deletions.
25 changes: 9 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,23 @@ Clustersecrets automates this. It keep track of any modification in your secret

## Requirements

Current version `0.0.10` is tested for Kubernetes >= 1.19 up to 1.27.3
For ARM architectures use `<tag>_arm32` tag

Current version `0.0.11` is tested for Kubernetes >= 1.19 up to 1.27.3
For older kubernetes (<1.19) use the image tag `0.0.6` in your helm values file.

architectures available (0.0.11):

SHA256 ed12e8f3e630 | linux | 386
SHA256 91b0285f5398 | linux | amd64
SHA256 cad79c68cb8c | linux | s390x
SHA256 637f3be7850a | linux | arm64

## Install

# Using the official helm chart

```bash
helm repo add clustersecret https://charts.clustersecret.com/
helm install clustersecret clustersecret/cluster-secret --version 0.4.0 -n clustersecret --create-namespace
helm install clustersecret clustersecret/cluster-secret --version 0.4.3 -n clustersecret --create-namespace
```

# with just kubectl
Expand Down Expand Up @@ -123,18 +128,6 @@ Images are build and push on tag ('git tag') with Github Actions. You can find t
https://quay.io/repository/clustersecret/clustersecret
## default archs :
the following archetecures:
- linux/386
- linux/amd64
are under the image:tag : `quay.io/clustersecret/clustersecret:0.0.10`

Alternative architecrues:


## Known bugs:
- check this on issues tab
Expand Down
4 changes: 2 additions & 2 deletions yaml/02_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ spec:
# - name: regcred
containers:
- name: clustersecret
image: quay.io/clustersecret/clustersecret:0.0.10
image: quay.io/clustersecret/clustersecret:0.0.11
livenessProbe:
httpGet:
path: /healthz
port: 8080
periodSeconds: 120
env:
- name: CLUSTER_SECRET_VERSION
value: "v0.0.10"
value: "v0.0.11"
- name: REPLACE_EXISTING
value: "false"
# imagePullPolicy: Always
Expand Down
34 changes: 0 additions & 34 deletions yaml/other-archs/02_deployment.yaml

This file was deleted.

0 comments on commit cee6cb0

Please sign in to comment.