Compare commits
2 Commits
fa313230c0
...
853e1c9010
Author | SHA1 | Date | |
---|---|---|---|
853e1c9010
|
|||
2be7e3789c |
@@ -1,16 +1,16 @@
|
|||||||
name: release-charts-cloudfbarman-cloudlared
|
name: release-charts-gitea-actions
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "charts/barman-cloud/**"
|
- "charts/gitea-actions/**"
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
WORKFLOW_DIR: "charts/barman-cloud"
|
WORKFLOW_DIR: "charts/gitea-actions"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
@@ -21,7 +21,7 @@ cluster:
|
|||||||
# -- Default image
|
# -- Default image
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/cloudnative-pg/postgresql
|
repository: ghcr.io/cloudnative-pg/postgresql
|
||||||
tag: "17.5-1-bullseye"
|
tag: "17.5-standard-bullseye"
|
||||||
|
|
||||||
# -- Image pull policy. One of Always, Never or IfNotPresent. If not defined, it defaults to IfNotPresent. Cannot be updated.
|
# -- Image pull policy. One of Always, Never or IfNotPresent. If not defined, it defaults to IfNotPresent. Cannot be updated.
|
||||||
# More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
|
# More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
|
||||||
|
Reference in New Issue
Block a user