4 Commits

Author SHA1 Message Date
renovate[bot]
f31f9c9009 Update ollama/ollama Docker tag to v0.5.13 (#1367)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 00:12:05 +00:00
renovate[bot]
feb1dc6a68 Update Helm release valkey to v2.4.3 (#1362)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 23:56:25 +00:00
3eca2cf02a disable int 2025-03-05 17:54:53 -06:00
renovate[bot]
91682418c9 Update Helm release tailscale-operator to v1.80.3 (#1370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 23:54:52 +00:00
10 changed files with 42 additions and 42 deletions

View File

@@ -1,37 +1,37 @@
name: lint-and-test-charts # name: lint-and-test-charts
on: pull_request # on: pull_request
jobs: # jobs:
lint-test: # lint-test:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- name: Checkout # - name: Checkout
uses: actions/checkout@v4 # uses: actions/checkout@v4
with: # with:
fetch-depth: 0 # fetch-depth: 0
- name: Set up Helm # - name: Set up Helm
uses: azure/setup-helm@v4 # uses: azure/setup-helm@v4
with: # with:
version: latest # version: latest
- uses: actions/setup-python@v5 # - uses: actions/setup-python@v5
with: # with:
python-version: "3.13" # python-version: "3.13"
check-latest: true # check-latest: true
- name: Set up chart-testing # - name: Set up chart-testing
uses: helm/chart-testing-action@v2.7.0 # uses: helm/chart-testing-action@v2.7.0
- name: Run chart-testing (list-changed) # - name: Run chart-testing (list-changed)
id: list-changed # id: list-changed
run: | # run: |
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }}) # changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
if [[ -n "$changed" ]]; then # if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT" # echo "changed=true" >> "$GITHUB_OUTPUT"
fi # fi
- name: Run chart-testing (lint) # - name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true' # if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }} # run: ct lint --target-branch ${{ github.event.repository.default_branch }}

View File

@@ -30,7 +30,7 @@ dependencies:
version: 7.0.0 version: 7.0.0
repository: https://operator.min.io/ repository: https://operator.min.io/
- name: valkey - name: valkey
version: 2.4.1 version: 2.4.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
- name: cloudflared - name: cloudflared
alias: cloudflared-directus alias: cloudflared-directus

View File

@@ -21,7 +21,7 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts/ repository: https://bjw-s.github.io/helm-charts/
version: 3.7.2 version: 3.7.2
- name: valkey - name: valkey
version: 2.4.1 version: 2.4.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
- name: postgres-cluster - name: postgres-cluster
alias: postgres-16-cluster alias: postgres-16-cluster

View File

@@ -31,7 +31,7 @@ dependencies:
version: 7.0.0 version: 7.0.0
repository: https://operator.min.io/ repository: https://operator.min.io/
- name: valkey - name: valkey
version: 2.4.1 version: 2.4.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
- name: cloudflared - name: cloudflared
alias: cloudflared-outline alias: cloudflared-outline

View File

@@ -19,7 +19,7 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts/ repository: https://bjw-s.github.io/helm-charts/
version: 3.7.2 version: 3.7.2
- name: valkey - name: valkey
version: 2.4.1 version: 2.4.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/svg/searxng.svg icon: https://cdn.jsdelivr.net/gh/selfhst/icons/svg/searxng.svg
appVersion: 1.0.0 appVersion: 1.0.0

View File

@@ -47,11 +47,11 @@ dependencies:
# version: 3.6.1 # version: 3.6.1
- name: valkey - name: valkey
alias: valkey-synapse alias: valkey-synapse
version: 2.4.1 version: 2.4.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
- name: valkey - name: valkey
alias: valkey-hookshot alias: valkey-hookshot
version: 2.4.1 version: 2.4.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
- name: cloudflared - name: cloudflared
alias: cloudflared-synapse alias: cloudflared-synapse

View File

@@ -22,7 +22,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.5.12 tag: 0.5.13
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE
@@ -59,7 +59,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.5.12 tag: 0.5.13
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE
@@ -96,7 +96,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.5.12 tag: 0.5.13
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE

View File

@@ -27,7 +27,7 @@ dependencies:
version: 3.7.2 version: 3.7.2
repository: https://bjw-s.github.io/helm-charts/ repository: https://bjw-s.github.io/helm-charts/
- name: valkey - name: valkey
version: 2.4.1 version: 2.4.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
- name: elasticsearch - name: elasticsearch
version: 21.4.8 version: 21.4.8

View File

@@ -18,7 +18,7 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts/ repository: https://bjw-s.github.io/helm-charts/
version: 3.7.2 version: 3.7.2
- name: valkey - name: valkey
version: 2.4.1 version: 2.4.3
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/blocky.png icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/blocky.png
appVersion: v0.24 appVersion: v0.24

View File

@@ -17,7 +17,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: tailscale-operator - name: tailscale-operator
version: 1.80.0 version: 1.80.3
repository: https://pkgs.tailscale.com/helmcharts repository: https://pkgs.tailscale.com/helmcharts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/tailscale.png icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/tailscale.png
appVersion: v1.80.0 appVersion: v1.80.0