Compare commits
1 Commits
gitea-acti
...
fa313230c0
Author | SHA1 | Date | |
---|---|---|---|
fa313230c0
|
@@ -1,16 +1,16 @@
|
||||
name: release-charts-gitea-actions
|
||||
name: release-charts-cloudfbarman-cloudlared
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "charts/gitea-actions/**"
|
||||
- "charts/barman-cloud/**"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
WORKFLOW_DIR: "charts/gitea-actions"
|
||||
WORKFLOW_DIR: "charts/barman-cloud"
|
||||
|
||||
jobs:
|
||||
release:
|
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: gitea-actions
|
||||
version: 0.1.0
|
||||
version: 0.0.0
|
||||
description: Gitea Actions
|
||||
keywords:
|
||||
- cicd
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# gitea-actions
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Gitea Actions
|
||||
|
||||
|
@@ -21,7 +21,7 @@ cluster:
|
||||
# -- Default image
|
||||
image:
|
||||
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.
|
||||
# More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
|
||||
|
Reference in New Issue
Block a user