chore(installer): release security and workflow updates

This commit is contained in:
Oliver Bähler
2023-10-19 14:28:42 +02:00
committed by Dario Tranchitella
parent a8a2f8de3f
commit e407d11c50
3 changed files with 3 additions and 8 deletions

View File

@@ -2762,14 +2762,12 @@ spec:
- --zap-encoder=console
- --zap-log-level=debug
- --configuration-name=capsule-default
command:
- /manager
env:
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: clastix/capsule:v0.3.3
image: ghcr.io/projectcapsule/capsule
imagePullPolicy: IfNotPresent
name: manager
ports:

View File

@@ -6,5 +6,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: clastix/capsule
newTag: v0.3.3
newName: ghcr.io/projectcapsule/capsule

View File

@@ -23,9 +23,7 @@ spec:
control-plane: controller-manager
spec:
containers:
- command:
- /manager
args:
- args:
- --enable-leader-election
- --zap-encoder=console
- --zap-log-level=debug