diff --git a/application/inventory.yaml b/application/inventory.yaml index d79a43a..a4f8433 100644 --- a/application/inventory.yaml +++ b/application/inventory.yaml @@ -2,7 +2,7 @@ application: - name: sealed-secrets description: Kubernetes secrets controller used for secure Git storage status: modified - version: 1.0.7 + version: 1.0.8 - name: ubuntu description: Ubuntu Server LTS troubleshooting container for Kubernetes cluster status: modified diff --git a/application/sealed-secrets/Chart.yaml b/application/sealed-secrets/Chart.yaml index 00d3022..b23dc74 100644 --- a/application/sealed-secrets/Chart.yaml +++ b/application/sealed-secrets/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: sealed-secrets description: Kubernetes secrets controller used for secure Git storage -version: 1.0.7 +version: 1.0.8 kubeVersion: ">=1.16.0-0" type: application keywords: diff --git a/application/sealed-secrets/README.md b/application/sealed-secrets/README.md index 820db25..92244ee 100644 --- a/application/sealed-secrets/README.md +++ b/application/sealed-secrets/README.md @@ -2,7 +2,7 @@ sealed-secrets -![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-informational?style=flat-square) ![AppVersion: 2.17.7](https://img.shields.io/badge/AppVersion-2.17.7-informational?style=flat-square) +![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![AppVersion: 2.17.7](https://img.shields.io/badge/AppVersion-2.17.7-informational?style=flat-square) ArgoCD application for the `sealed-secrets` [chart](https://github.com/bitnami-labs/sealed-secrets/blob/helm-v2.17.7/helm/sealed-secrets), deployed into AXIVO [K3s Cluster](https://github.com/axivo/k3s-cluster). Review the cluster [documentation](https://axivo.com/k3s-cluster/), for additional details. The application deployment is also compatible with a generic Kubernetes cluster. @@ -27,7 +27,7 @@ $ kubectl apply -f application/sealed-secrets/application.yaml Alternatively, deploy using Helm directly: ```shell -$ helm install sealed-secrets oci://ghcr.io/axivo/application/sealed-secrets:1.0.7 -n kube-system +$ helm install sealed-secrets oci://ghcr.io/axivo/application/sealed-secrets:1.0.8 -n kube-system ``` ### Chart Dependencies diff --git a/application/sealed-secrets/application.yaml b/application/sealed-secrets/application.yaml index b4e156d..c7c3d77 100644 --- a/application/sealed-secrets/application.yaml +++ b/application/sealed-secrets/application.yaml @@ -14,7 +14,7 @@ spec: - values.yaml path: application/sealed-secrets repoURL: https://github.com/axivo/charts.git - targetRevision: sealed-secrets-1.0.7 + targetRevision: sealed-secrets-1.0.8 syncPolicy: automated: prune: true diff --git a/application/sealed-secrets/metadata.yaml b/application/sealed-secrets/metadata.yaml index 3d895ab..3827a4e 100644 --- a/application/sealed-secrets/metadata.yaml +++ b/application/sealed-secrets/metadata.yaml @@ -1,6 +1,40 @@ apiVersion: v1 entries: sealed-secrets: + - annotations: + org.opencontainers.image.documentation: >- + https://github.com/axivo/charts/blob/main/application/sealed-secrets/README.md + org.opencontainers.image.licenses: BSD-3-Clause + apiVersion: v2 + created: '2025-10-07T20:51:54.599069292Z' + dependencies: + - name: common + repository: oci://ghcr.io/axivo/charts/library + version: 1.0.0 + - name: sealed-secrets + repository: https://bitnami-labs.github.io/sealed-secrets + version: 2.17.7 + description: Kubernetes secrets controller used for secure Git storage + digest: 4642d51f9c7c3d494123695671d877e6677b2409dfdf84d323b55fda26993aa5 + home: https://github.com/axivo/charts + icon: >- + https://raw.githubusercontent.com/axivo/charts/refs/heads/main/application/sealed-secrets/icon.png + keywords: + - sealed-secrets + - secrets + kubeVersion: '>=1.16.0-0' + maintainers: + - name: AXIVO + url: https://axivo.com + name: sealed-secrets + sources: + - https://github.com/axivo/charts + - https://github.com/bitnami-labs/sealed-secrets + type: application + urls: + - >- + https://github.com/axivo/charts/releases/download/sealed-secrets-1.0.8/application.tgz + version: 1.0.8 - annotations: org.opencontainers.image.documentation: >- https://github.com/axivo/charts/blob/main/application/sealed-secrets/README.md @@ -273,4 +307,4 @@ entries: - >- https://github.com/axivo/charts/releases/download/sealed-secrets-1.0.0/application.tgz version: 1.0.0 -generated: '2025-07-21T16:41:31.529872728Z' +generated: '2025-10-07T20:51:54.595942581Z'