Compare commits

...

5 Commits

2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ spec:
fsGroup: 1000 fsGroup: 1000
containers: containers:
- name: code-server - name: code-server
image: codercom/code-server:4.121.0 image: codercom/code-server:4.122.1
args: args:
- --bind-addr=0.0.0.0:8080 - --bind-addr=0.0.0.0:8080
- --auth=none - --auth=none
+2 -2
View File
@@ -552,7 +552,7 @@ spec:
failureThreshold: 3 failureThreshold: 3
initContainers: initContainers:
- name: postgresql-isready - name: postgresql-isready
image: docker.io/bitnamilegacy/postgresql:17.5.0-debian-12-r3 image: docker.io/bitnamilegacy/postgresql:17.6.0-debian-12-r3
resources: {} resources: {}
securityContext: {} securityContext: {}
env: env:
@@ -637,7 +637,7 @@ spec:
hostIPC: false hostIPC: false
containers: containers:
- name: postgresql - name: postgresql
image: docker.io/bitnamilegacy/postgresql:17.5.0-debian-12-r3 image: docker.io/bitnamilegacy/postgresql:17.6.0-debian-12-r3
imagePullPolicy: "IfNotPresent" imagePullPolicy: "IfNotPresent"
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false