Upgrade to 15.0.2

This commit is contained in:
Eduardo Fraga
2024-05-30 11:30:17 -03:00
parent 7418180807
commit 9a77387d41
22 changed files with 66 additions and 68 deletions

View File

@@ -23,7 +23,7 @@ spec:
app: bacula-dir
spec:
containers:
- image: docker.io/eftechcombr/bacula:13.0.3-director
- image: docker.io/eftechcombr/bacula:15.0.2-director
name: bacula-dir
ports:
- containerPort: 9101

View File

@@ -18,7 +18,7 @@ spec:
app: bacula-fd
spec:
containers:
- image: docker.io/eftechcombr/bacula:13.0.3-client
- image: docker.io/eftechcombr/bacula:15.0.2-client
name: bacula-fd
ports:
- containerPort: 9102

View File

@@ -18,7 +18,7 @@ spec:
app: bacula-sd
spec:
containers:
- image: docker.io/eftechcombr/bacula:13.0.3-storage
- image: docker.io/eftechcombr/bacula:15.0.2-storage
name: bacula-sd
ports:
- containerPort: 9103

View File

@@ -50,7 +50,7 @@ spec:
value: "bacula"
- name: POSTGRES_INITDB_ARGS
value: '--encoding=SQL_ASCII --lc-collate=C --lc-ctype=C'
image: docker.io/eftechcombr/bacula:13.0.3-catalog
image: docker.io/eftechcombr/bacula:15.0.2-catalog
imagePullPolicy: IfNotPresent
name: postgresql
ports: