diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index db7f47f9..de12a111 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,7 +34,7 @@ jobs: - name: Start k8s locally uses: jupyterhub/action-k3s-helm@v3 with: - k3s-version: v1.28.7+k3s1 # releases: https://github.com/k3s-io/k3s/tags + k3s-version: v1.30.4+k3s1 # releases: https://github.com/k3s-io/k3s/tags metrics-enabled: false traefik-enabled: false - name: Verify function of k8s, kubectl, and helm @@ -73,8 +73,8 @@ jobs: address=$(kubectl get svc -n galaxy galaxy-nginx -o jsonpath="http://{.spec.clusterIP}:{.spec.ports[0].port}/galaxy/api/version") echo "Address is $address" apiVersion=$(curl $address | jq -r '"\(.version_major).\(.version_minor)"') - echo "appVersion: $appVersion" + echo "appVersion: $appVersion" echo "apiVersion: $apiVersion" if [ "$appVersion" != "$apiVersion" ]; then exit 1 - fi + fi diff --git a/galaxy/Chart.yaml b/galaxy/Chart.yaml index 003fda89..3c260e55 100644 --- a/galaxy/Chart.yaml +++ b/galaxy/Chart.yaml @@ -8,7 +8,7 @@ icon: https://galaxyproject.org/images/galaxy-logos/galaxy_project_logo_square.p dependencies: - name: postgres-operator repository: https://raw.githubusercontent.com/zalando/postgres-operator/master/charts/postgres-operator/ - version: 1.9.0 + version: 1.13.0 condition: postgresql.deploy alias: postgresql tags: