Merge pull request #3340 from Infisical/helm-update-v0.9.0

Update Helm chart to version v0.9.0
This commit is contained in:
Daniel Hougaard
2025-04-01 02:36:12 +04:00
committed by GitHub
3 changed files with 16 additions and 3 deletions

View File

@@ -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.15
version: v0.9.0
# 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.15"
appVersion: "v0.9.0"

View File

@@ -137,6 +137,19 @@ spec:
secretNamespace:
description: The name space where the Kubernetes Secret is located
type: string
template:
properties:
data:
additionalProperties:
type: string
description: The template key values
type: object
includeAllSecrets:
description: This injects all retrieved secrets into the
top level of your template. Secrets defined in the template
will take precedence over the injected ones.
type: boolean
type: object
required:
- secretName
- secretNamespace

View File

@@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: infisical/kubernetes-operator
tag: <helm-pr-will-update-this-automatically>
tag: v0.9.0
resources:
limits:
cpu: 500m