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:
|
# 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 }}
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user