mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
chore(installer): release security and workflow updates
This commit is contained in:
committed by
Dario Tranchitella
parent
a8a2f8de3f
commit
e407d11c50
@@ -2762,14 +2762,12 @@ spec:
|
|||||||
- --zap-encoder=console
|
- --zap-encoder=console
|
||||||
- --zap-log-level=debug
|
- --zap-log-level=debug
|
||||||
- --configuration-name=capsule-default
|
- --configuration-name=capsule-default
|
||||||
command:
|
|
||||||
- /manager
|
|
||||||
env:
|
env:
|
||||||
- name: NAMESPACE
|
- name: NAMESPACE
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
image: clastix/capsule:v0.3.3
|
image: ghcr.io/projectcapsule/capsule
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: manager
|
name: manager
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -6,5 +6,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
images:
|
images:
|
||||||
- name: controller
|
- name: controller
|
||||||
newName: clastix/capsule
|
newName: ghcr.io/projectcapsule/capsule
|
||||||
newTag: v0.3.3
|
|
||||||
|
|||||||
@@ -23,9 +23,7 @@ spec:
|
|||||||
control-plane: controller-manager
|
control-plane: controller-manager
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- args:
|
||||||
- /manager
|
|
||||||
args:
|
|
||||||
- --enable-leader-election
|
- --enable-leader-election
|
||||||
- --zap-encoder=console
|
- --zap-encoder=console
|
||||||
- --zap-log-level=debug
|
- --zap-log-level=debug
|
||||||
|
|||||||
Reference in New Issue
Block a user