Skip to content

Commit

Permalink
Merge pull request #3070 from Infisical/misc/readded-operator-install…
Browse files Browse the repository at this point in the history
…ation-flag

misc: readded operator installation flag for secret CRD
  • Loading branch information
sheensantoscapadngan authored Jan 31, 2025
2 parents 65aeb81 + 61da0db commit ab5eb4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm-charts/secrets-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v0.8.8
version: v0.8.9
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.8.8"
appVersion: "v0.8.9"
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.installCRDs }}
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down Expand Up @@ -465,4 +466,5 @@ status:
kind: ""
plural: ""
conditions: []
storedVersions: []
storedVersions: []
{{- end }}

0 comments on commit ab5eb4c

Please sign in to comment.