Compare commits
4 Commits
53cbaa86ce
...
f31f9c9009
Author | SHA1 | Date | |
---|---|---|---|
|
f31f9c9009 | ||
|
feb1dc6a68 | ||
3eca2cf02a | |||
|
91682418c9 |
60
.github/workflows/lint-test.yaml
vendored
60
.github/workflows/lint-test.yaml
vendored
@@ -1,37 +1,37 @@
|
||||
name: lint-and-test-charts
|
||||
# name: lint-and-test-charts
|
||||
|
||||
on: pull_request
|
||||
# on: pull_request
|
||||
|
||||
jobs:
|
||||
lint-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# jobs:
|
||||
# lint-test:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v4
|
||||
# with:
|
||||
# fetch-depth: 0
|
||||
|
||||
- name: Set up Helm
|
||||
uses: azure/setup-helm@v4
|
||||
with:
|
||||
version: latest
|
||||
# - name: Set up Helm
|
||||
# uses: azure/setup-helm@v4
|
||||
# with:
|
||||
# version: latest
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.13"
|
||||
check-latest: true
|
||||
# - uses: actions/setup-python@v5
|
||||
# with:
|
||||
# python-version: "3.13"
|
||||
# check-latest: true
|
||||
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@v2.7.0
|
||||
# - name: Set up chart-testing
|
||||
# uses: helm/chart-testing-action@v2.7.0
|
||||
|
||||
- name: Run chart-testing (list-changed)
|
||||
id: list-changed
|
||||
run: |
|
||||
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
|
||||
if [[ -n "$changed" ]]; then
|
||||
echo "changed=true" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
# - name: Run chart-testing (list-changed)
|
||||
# id: list-changed
|
||||
# run: |
|
||||
# changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
|
||||
# if [[ -n "$changed" ]]; then
|
||||
# echo "changed=true" >> "$GITHUB_OUTPUT"
|
||||
# fi
|
||||
|
||||
- name: Run chart-testing (lint)
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
|
||||
# - name: Run chart-testing (lint)
|
||||
# if: steps.list-changed.outputs.changed == 'true'
|
||||
# run: ct lint --target-branch ${{ github.event.repository.default_branch }}
|
||||
|
@@ -30,7 +30,7 @@ dependencies:
|
||||
version: 7.0.0
|
||||
repository: https://operator.min.io/
|
||||
- name: valkey
|
||||
version: 2.4.1
|
||||
version: 2.4.3
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
- name: cloudflared
|
||||
alias: cloudflared-directus
|
||||
|
@@ -21,7 +21,7 @@ dependencies:
|
||||
repository: https://bjw-s.github.io/helm-charts/
|
||||
version: 3.7.2
|
||||
- name: valkey
|
||||
version: 2.4.1
|
||||
version: 2.4.3
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
- name: postgres-cluster
|
||||
alias: postgres-16-cluster
|
||||
|
@@ -31,7 +31,7 @@ dependencies:
|
||||
version: 7.0.0
|
||||
repository: https://operator.min.io/
|
||||
- name: valkey
|
||||
version: 2.4.1
|
||||
version: 2.4.3
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
- name: cloudflared
|
||||
alias: cloudflared-outline
|
||||
|
@@ -19,7 +19,7 @@ dependencies:
|
||||
repository: https://bjw-s.github.io/helm-charts/
|
||||
version: 3.7.2
|
||||
- name: valkey
|
||||
version: 2.4.1
|
||||
version: 2.4.3
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/svg/searxng.svg
|
||||
appVersion: 1.0.0
|
||||
|
@@ -47,11 +47,11 @@ dependencies:
|
||||
# version: 3.6.1
|
||||
- name: valkey
|
||||
alias: valkey-synapse
|
||||
version: 2.4.1
|
||||
version: 2.4.3
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
- name: valkey
|
||||
alias: valkey-hookshot
|
||||
version: 2.4.1
|
||||
version: 2.4.3
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
- name: cloudflared
|
||||
alias: cloudflared-synapse
|
||||
|
@@ -22,7 +22,7 @@ ollama:
|
||||
main:
|
||||
image:
|
||||
repository: ollama/ollama
|
||||
tag: 0.5.12
|
||||
tag: 0.5.13
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: OLLAMA_KEEP_ALIVE
|
||||
@@ -59,7 +59,7 @@ ollama:
|
||||
main:
|
||||
image:
|
||||
repository: ollama/ollama
|
||||
tag: 0.5.12
|
||||
tag: 0.5.13
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: OLLAMA_KEEP_ALIVE
|
||||
@@ -96,7 +96,7 @@ ollama:
|
||||
main:
|
||||
image:
|
||||
repository: ollama/ollama
|
||||
tag: 0.5.12
|
||||
tag: 0.5.13
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: OLLAMA_KEEP_ALIVE
|
||||
|
@@ -27,7 +27,7 @@ dependencies:
|
||||
version: 3.7.2
|
||||
repository: https://bjw-s.github.io/helm-charts/
|
||||
- name: valkey
|
||||
version: 2.4.1
|
||||
version: 2.4.3
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
- name: elasticsearch
|
||||
version: 21.4.8
|
||||
|
@@ -18,7 +18,7 @@ dependencies:
|
||||
repository: https://bjw-s.github.io/helm-charts/
|
||||
version: 3.7.2
|
||||
- name: valkey
|
||||
version: 2.4.1
|
||||
version: 2.4.3
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/blocky.png
|
||||
appVersion: v0.24
|
||||
|
@@ -17,7 +17,7 @@ maintainers:
|
||||
- name: alexlebens
|
||||
dependencies:
|
||||
- name: tailscale-operator
|
||||
version: 1.80.0
|
||||
version: 1.80.3
|
||||
repository: https://pkgs.tailscale.com/helmcharts
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/tailscale.png
|
||||
appVersion: v1.80.0
|
||||
|
Reference in New Issue
Block a user