chore: Update manifests after change

This commit is contained in:
2026-04-06 23:40:06 +00:00
parent d4c23f2210
commit 1b08d1a112
5 changed files with 8 additions and 24 deletions

View File

@@ -49,13 +49,8 @@ spec:
git fetch origin git fetch origin
git checkout origin/master -ft git checkout origin/master -ft
fi fi
image: alpine/git:latest image: alpine/git:2.52.0@sha256:d453f54c83320412aa89c391b076930bd8569bc1012285e8c68ce2d4435826a3
imagePullPolicy: IfNotPresent
name: init-fetch-repo name: init-fetch-repo
resources:
requests:
cpu: 10m
memory: 128Mi
securityContext: securityContext:
runAsUser: 0 runAsUser: 0
volumeMounts: volumeMounts:
@@ -70,13 +65,12 @@ spec:
envFrom: envFrom:
- secretRef: - secretRef:
name: shelly-plug-config-secret name: shelly-plug-config-secret
image: php:8.5.4-apache-bookworm image: php:8.5.4-apache@sha256:e55a9f8e4caa09c6a31ec752b307675d847bb8546d975f379128cb2a99842b96
imagePullPolicy: IfNotPresent
name: main name: main
resources: resources:
requests: requests:
cpu: 10m cpu: 1m
memory: 64Mi memory: 20Mi
volumeMounts: volumeMounts:
- mountPath: /var/www/html - mountPath: /var/www/html
name: script name: script

View File

@@ -14,15 +14,9 @@ spec:
data: data:
- secretKey: SHELLY_HTTP_USERNAME - secretKey: SHELLY_HTTP_USERNAME
remoteRef: remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /shelly-plug/auth/it05sp key: /shelly-plug/auth/it05sp
metadataPolicy: None
property: SHELLY_HTTP_USERNAME property: SHELLY_HTTP_USERNAME
- secretKey: SHELLY_HTTP_PASSWORD - secretKey: SHELLY_HTTP_PASSWORD
remoteRef: remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /shelly-plug/auth/it05sp key: /shelly-plug/auth/it05sp
metadataPolicy: None
property: SHELLY_HTTP_PASSWORD property: SHELLY_HTTP_PASSWORD

View File

@@ -7,8 +7,6 @@ metadata:
app.kubernetes.io/managed-by: Helm app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: shelly-plug app.kubernetes.io/name: shelly-plug
helm.sh/chart: shelly-plug-4.6.2 helm.sh/chart: shelly-plug-4.6.2
annotations:
helm.sh/resource-policy: keep
namespace: shelly-plug namespace: shelly-plug
spec: spec:
accessModes: accessModes:

View File

@@ -34,10 +34,9 @@ spec:
hostPID: false hostPID: false
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
containers: containers:
- image: harbor.alexlebens.net/images/site-documentation:0.20.0 - image: harbor.alexlebens.net/images/site-documentation:0.20.0@sha256:4e6965cab1d472250c59d52a28ba97e62c0e28f6a79c45daca4e0cb193488ccc
imagePullPolicy: IfNotPresent
name: main name: main
resources: resources:
requests: requests:
cpu: 10m cpu: 10m
memory: 128Mi memory: 40Mi

View File

@@ -34,10 +34,9 @@ spec:
hostPID: false hostPID: false
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
containers: containers:
- image: harbor.alexlebens.net/images/site-profile:3.16.1 - image: harbor.alexlebens.net/images/site-profile:3.16.1@sha256:656182fade379a0e8f1e6780c36bb64fe1374afbc8f06894126043105f66d29a
imagePullPolicy: IfNotPresent
name: main name: main
resources: resources:
requests: requests:
cpu: 10m cpu: 10m
memory: 128Mi memory: 60Mi