2 Commits

Author SHA1 Message Date
ca63aff15b Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.1
All checks were successful
Helm Lint / helm-lint (pull_request) Successful in 7s
2025-06-09 22:03:13 +00:00
5318b8f3fb change step
All checks were successful
renovate / renovate (push) Successful in 1m0s
2025-06-09 17:02:19 -05:00
2 changed files with 4 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v4
@@ -32,7 +34,7 @@ jobs:
run: |
set -e # Exit immediately if a command exits with a non-zero status.
TARGET_BRANCH="${{ gitea.head_ref }}/${{ gitea.base_ref }}"
TARGET_BRANCH="origin/${{ github.base_ref }}"
echo "Target branch for diff is: $TARGET_BRANCH"
CHANGED_FILES=$(git diff --name-only "$TARGET_BRANCH" -- 'clusters/**')

View File

@@ -9,7 +9,7 @@ komodo:
main:
image:
repository: ghcr.io/moghtech/komodo-core
tag: 1.17.5
tag: 1.18.1
pullPolicy: IfNotPresent
env:
- name: COMPOSE_LOGGING_DRIVER