Skip to content

Commit

Permalink
Fix secrets-store.csi.x-k8s.io/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladarts committed Dec 6, 2024
1 parent 5d41a38 commit 8a4fca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/simple/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: simple
description: Metachart born Helm Chart
type: application
version: "0.1.3"
version: "0.1.4"
appVersion: none
4 changes: 2 additions & 2 deletions charts/simple/config/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ resources:

#: secrets-store.csi.x-k8s.io/v1
secretproviderclasses:
apiVersion: secrets-store.csi.x-k8s.io
apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
jsonSchemaRef: metachart.api.io.x-k8s.csi.secrets-store.apis.v1.SecretProviderClass

secretproviderclasspodstatuses:
apiVersion: secrets-store.csi.x-k8s.io
apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClassPodStatus
jsonSchemaRef: metachart.api.io.x-k8s.csi.secrets-store.apis.v1.SecretProviderClassPodStatus

0 comments on commit 8a4fca6

Please sign in to comment.