Compare commits
2 Commits
d764ffe09d
...
f8ea1e8e6c
Author | SHA1 | Date | |
---|---|---|---|
f8ea1e8e6c
|
|||
3d6d0a1cfb |
@@ -29,14 +29,14 @@ jobs:
|
|||||||
- name: Run Script
|
- name: Run Script
|
||||||
env:
|
env:
|
||||||
INSTANCE_URL: ${{ vars.INSTANCE_URL }}
|
INSTANCE_URL: ${{ vars.INSTANCE_URL }}
|
||||||
OWNER: ${{ gitea.owner }}
|
|
||||||
REPOSITORY: ${{ gitea.repository }}
|
REPOSITORY: ${{ gitea.repository }}
|
||||||
TOKEN: ${{ secrets.BOT_TOKEN }}
|
TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||||
LOG_LEVEL: DEBUG
|
LOG_LEVEL: DEBUG
|
||||||
ISSUE_STALE_DAYS: 3
|
ISSUE_STALE_DAYS: 3
|
||||||
ISSUE_STALE_TAG: 21
|
ISSUE_STALE_TAG: stale
|
||||||
ISSUE_EXCLUDE_TAG: 18
|
ISSUE_REQUIRED_TAG: automerge
|
||||||
|
ISSUE_EXCLUDE_TAG: renovate
|
||||||
PULL_REQUEST_STALE_DAYS: 3
|
PULL_REQUEST_STALE_DAYS: 3
|
||||||
PULL_REQUEST_STALE_TAG: 21
|
PULL_REQUEST_STALE_TAG: stale
|
||||||
PULL_REQUEST_REQUIRED_TAG: 19
|
PULL_REQUEST_REQUIRED_TAG: automerge
|
||||||
run: python ./workflow-scripts/process-repository.py
|
run: python ./workflow-scripts/process-repository.py
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: postgres-cluster
|
name: postgres-cluster
|
||||||
version: 6.4.4
|
version: 6.4.5
|
||||||
description: Cloudnative-pg Cluster
|
description: Cloudnative-pg Cluster
|
||||||
keywords:
|
keywords:
|
||||||
- database
|
- database
|
||||||
|
@@ -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