Chore: Helm

This commit is contained in:
Daniel Hougaard
2024-05-08 00:23:50 +02:00
parent b0421ccad0
commit 0b012c5dfb
2 changed files with 5 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ spec:
properties:
envSlug:
type: string
recursive:
type: boolean
secretsPath:
type: string
required:
@@ -111,6 +113,8 @@ spec:
type: string
projectSlug:
type: string
recursive:
type: boolean
secretsPath:
type: string
required:

View File

@@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: infisical/kubernetes-operator
tag: v0.5.0 # fixed to prevent accidental upgrade
tag: v0.5.1 # fixed to prevent accidental upgrade (manually bump when adding new versions)
resources:
limits:
cpu: 500m