Skip to content

Commit 42ff57b

Browse files
authored
fix(chart): remove kube version restrictions from helm chart (#245)
1 parent 5da6c3f commit 42ff57b

7 files changed

Lines changed: 45 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ encrypted files stored in `git` repository.
2323

2424
| Kubernetes | Sops | Chart | Operator |
2525
| ---------- | ------- | ------ | -------- |
26-
| v1.36.x | v3.13.0 | 0.27.0 | 0.21.0 |
26+
| v1.36.x | v3.13.0 | 0.27.1 | 0.21.0 |
2727
| v1.35.x | v3.12.2 | 0.26.0 | 0.20.2 |
2828
| v1.35.x | v3.12.2 | 0.25.4 | 0.20.1 |
2929
| v1.34.x | v3.11.0 | 0.24.1 | 0.17.3 |

chart/helm4/sops-secrets-operator/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apiVersion: v2
22
# UPDATE_HERE
3-
version: 0.27.0
4-
kubeVersion: ">= 1.35.0 < 1.37.0"
3+
version: 0.27.1
54
appVersion: 0.21.0
65
type: application
76
description: Helm chart deploys sops-secrets-operator

chart/helm4/sops-secrets-operator/tests/monitor_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ tests:
5656
app.kubernetes.io/managed-by: Helm
5757
app.kubernetes.io/name: sops-secrets-operator
5858
app.kubernetes.io/version: "0.21.0"
59-
helm.sh/chart: sops-secrets-operator-0.27.0
59+
helm.sh/chart: sops-secrets-operator-0.27.1
6060
custom-label: custom-value

chart/helm4/sops-secrets-operator/tests/operator_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tests:
3131
app.kubernetes.io/managed-by: Helm
3232
app.kubernetes.io/name: sops-secrets-operator
3333
app.kubernetes.io/version: 0.21.0
34-
helm.sh/chart: sops-secrets-operator-0.27.0
34+
helm.sh/chart: sops-secrets-operator-0.27.1
3535

3636
# custom name
3737
- it: should correctly render custome name

chart/helm4/sops-secrets-operator/tests/service_account_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tests:
3131
app.kubernetes.io/managed-by: Helm
3232
app.kubernetes.io/name: sops-secrets-operator
3333
app.kubernetes.io/version: 0.21.0
34-
helm.sh/chart: sops-secrets-operator-0.27.0
34+
helm.sh/chart: sops-secrets-operator-0.27.1
3535

3636
# custom name
3737
- it: should correctly render custome service account name

docs/index.yaml

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
apiVersion: v1
22
entries:
33
sops-secrets-operator:
4+
- annotations:
5+
artifacthub.io/crds: |
6+
- kind: SopsSecret
7+
version: isindir.github.com/v1alpha3
8+
name: sopssecret
9+
displayName: SopsSecret
10+
description: SopsSecret - encapsulates sops encrypted kubernetes secrets definitions
11+
artifacthub.io/links: |
12+
- name: "SOPS: Secrets OPerationS - Kubernetes Operator github project"
13+
url: "https://github.com/isindir/sops-secrets-operator.git"
14+
- name: "SOPS: Secrets OPerationS"
15+
url: "https://github.com/mozilla/sops"
16+
artifacthub.io/maintainers: |
17+
- name: isindir
18+
email: isindir@users.sf.net
19+
artifacthub.io/operator: "true"
20+
artifacthub.io/operatorCapabilities: Full Lifecycle
21+
apiVersion: v2
22+
appVersion: 0.21.0
23+
created: "2026-05-19T07:39:56.515868+01:00"
24+
description: Helm chart deploys sops-secrets-operator
25+
digest: a9666e5d34f156736dd5baa52f868ca3448616febfef87c5bb821cb474117437
26+
keywords:
27+
- gitops
28+
- sops
29+
- kms
30+
- encryption
31+
- secret
32+
- git
33+
maintainers:
34+
- email: isindir@users.sf.net
35+
name: isindir
36+
name: sops-secrets-operator
37+
sources:
38+
- https://github.com/isindir/sops-secrets-operator.git
39+
type: application
40+
urls:
41+
- https://isindir.github.io/sops-secrets-operator/sops-secrets-operator-0.27.1.tgz
42+
version: 0.27.1
443
- annotations:
544
artifacthub.io/crds: |
645
- kind: SopsSecret
@@ -2267,4 +2306,4 @@ entries:
22672306
urls:
22682307
- https://isindir.github.io/sops-secrets-operator/sops-secrets-operator-0.1.10.tgz
22692308
version: 0.1.10
2270-
generated: "2026-05-15T09:17:34.649648+01:00"
2309+
generated: "2026-05-19T07:39:56.515005+01:00"
14.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)