diff --git a/.github/workflows/lint-test-matrix.yaml b/.github/workflows/lint-test-matrix.yaml index 5e7f3504..dfd4e34f 100644 --- a/.github/workflows/lint-test-matrix.yaml +++ b/.github/workflows/lint-test-matrix.yaml @@ -11,11 +11,12 @@ jobs: fail-fast: false matrix: kindest_node_version: - - v1.21.14@sha256:9d9eb5fb26b4fbc0c6d95fa8c790414f9750dd583f5d7cee45d92e8c26670aa1 - - v1.22.15@sha256:7d9708c4b0873f0fe2e171e2b1b7f45ae89482617778c1c875f1053d4cef2e41 - - v1.23.13@sha256:ef453bb7c79f0e3caba88d2067d4196f427794086a7d0df8df4f019d5e336b61 - - v1.25.3@sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1 - - v1.26.0@sha256:691e24bd2417609db7e589e1a479b902d2e209892a10ce375fab60a8407c7352 + - v1.21.14@sha256:220cfafdf6e3915fbce50e13d1655425558cb98872c53f802605aa2fb2d569cf + - v1.22.17@sha256:9af784f45a584f6b28bce2af84c494d947a05bd709151466489008f80a9ce9d5 + - v1.23.17@sha256:f77f8cf0b30430ca4128cc7cfafece0c274a118cd0cdb251049664ace0dee4ff + - v1.24.13@sha256:cea86276e698af043af20143f4bf0509e730ec34ed3b7fa790cc0bea091bc5dd + - v1.26.4@sha256:f4c0d87be03d6bea69f5e5dc0adb678bb498a190ee5c38422bf751541cebe92e + - v1.27.1@sha256:b7d12ed662b873bd8510879c1846e87c7e676a79fefc93e17b2a52989d3ff42b steps: - name: Checkout uses: actions/checkout@v3 @@ -41,9 +42,9 @@ jobs: run: ct lint --config ./default.ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.5.0 + uses: helm/kind-action@v1.7.0 with: - version: v0.17.0 + version: v0.19.0 node_image: kindest/node:${{ matrix.kindest_node_version }} if: | (steps.list-changed.outputs.changed == 'true') || @@ -51,3 +52,8 @@ jobs: - name: Run chart-testing (install) run: ct install --config ./default.ct.yaml + + - name: Run chart-testing (needs-testing) + run: ct install --config ./default.ct.yaml --all + if: | + (contains(github.event.pull_request.labels.*.name, 'needs-testing')) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 94ae6b73..3d23604e 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -21,6 +21,7 @@ jobs: helm repo add amazeeio https://amazeeio.github.io/charts/ helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts helm repo add nats https://nats-io.github.io/k8s/helm/charts/ + helm repo add kube-logging https://kube-logging.github.io/helm-charts - name: Generate helm templates run: | cd charts @@ -91,10 +92,10 @@ jobs: run: ct lint --config ./default.ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.5.0 + uses: helm/kind-action@v1.7.0 with: - version: v0.17.0 - node_image: kindest/node:v1.24.7@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315 + version: v0.19.0 + node_image: kindest/node:v1.25.9@sha256:c08d6c52820aa42e533b70bce0c2901183326d86dcdcbedecc9343681db45161 if: | (steps.list-changed.outputs.changed == 'true') || (contains(github.event.pull_request.labels.*.name, 'needs-testing')) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 377367a3..6f01c05a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,6 +33,7 @@ jobs: helm repo add amazeeio https://amazeeio.github.io/charts/ helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts helm repo add nats https://nats-io.github.io/k8s/helm/charts/ + helm repo add kube-logging https://kube-logging.github.io/helm-charts - name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0 diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index c85f0e67..188391bd 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -5,7 +5,7 @@ on: pull_request jobs: # runs for lagoon-core, lagoon-remote, lagoon-test test-suite: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: @@ -69,15 +69,15 @@ jobs: envsubst < test-suite.kind-config.yaml.tpl > test-suite.kind-config.yaml - name: Create kind cluster - uses: helm/kind-action@v1.5.0 + uses: helm/kind-action@v1.7.0 if: | (steps.list-changed.outputs.changed == 'true') || (contains(github.event.pull_request.labels.*.name, 'needs-testing')) with: - version: v0.17.0 - node_image: kindest/node:v1.24.7@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315 + version: v0.19.0 + node_image: kindest/node:v1.25.9@sha256:c08d6c52820aa42e533b70bce0c2901183326d86dcdcbedecc9343681db45161 config: test-suite.kind-config.yaml - kubectl_version: v1.24.7 + kubectl_version: v1.25.9 - name: Check node IP matches kind configuration if: | @@ -108,9 +108,9 @@ jobs: (contains(github.event.pull_request.labels.*.name, 'needs-testing')) run: | cd /tmp - curl -sSLO https://github.com/itchyny/gojq/releases/download/v0.12.9/gojq_v0.12.9_linux_amd64.tar.gz - tar -xf ./gojq_v0.12.9_linux_amd64.tar.gz - sudo cp /tmp/gojq_v0.12.9_linux_amd64/gojq /usr/local/bin/jq + curl -sSLO https://github.com/itchyny/gojq/releases/download/v0.12.12/gojq_v0.12.12_linux_amd64.tar.gz + tar -xf ./gojq_v0.12.12_linux_amd64.tar.gz + sudo cp /tmp/gojq_v0.12.12_linux_amd64/gojq /usr/local/bin/jq - name: Install kubens and kubectl alias run: | diff --git a/Makefile b/Makefile index 16d99eee..a7ad4e5e 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ install-ingress: --set controller.config.hsts="false" \ --set controller.watchIngressWithoutClass=true \ --set controller.ingressClassResource.default=true \ - --version=4.5.2 \ + --version=4.6.1 \ ingress-nginx \ ingress-nginx/ingress-nginx @@ -103,7 +103,7 @@ install-registry: install-ingress --set clair.enabled=false \ --set notary.enabled=false \ --set trivy.enabled=false \ - --version=1.11.0 \ + --version=1.12.1 \ registry \ harbor/harbor @@ -117,7 +117,7 @@ install-mariadb: --wait \ --timeout $(TIMEOUT) \ $$($(KUBECTL) get ns mariadb > /dev/null 2>&1 && echo --set auth.rootPassword=$$($(KUBECTL) get secret --namespace mariadb mariadb -o json | $(JQ) -r '.data."mariadb-root-password" | @base64d')) \ - --version=11.4.7 \ + --version=11.5.7 \ mariadb \ bitnami/mariadb @@ -159,7 +159,7 @@ install-minio: install-ingress --timeout $(TIMEOUT) \ --set auth.rootUser=lagoonFilesAccessKey,auth.rootPassword=lagoonFilesSecretKey \ --set defaultBuckets=lagoon-files \ - --version=12.1.7 \ + --version=12.6.0 \ minio \ bitnami/minio diff --git a/charts/lagoon-build-deploy/Chart.yaml b/charts/lagoon-build-deploy/Chart.yaml index 8178e863..81a2b43b 100644 --- a/charts/lagoon-build-deploy/Chart.yaml +++ b/charts/lagoon-build-deploy/Chart.yaml @@ -16,11 +16,11 @@ kubeVersion: ">= 1.21.0-0" type: application -version: 0.22.0 +version: 0.23.1 -appVersion: v0.12.0 +appVersion: v0.13.1 annotations: artifacthub.io/changes: | - kind: changed - description: update remote-controller appVersion to v0.12.0 + description: update remote-controller appVersion to v0.13.1 diff --git a/charts/lagoon-build-deploy/ci/linter-values.yaml b/charts/lagoon-build-deploy/ci/linter-values.yaml index 6a186f29..ab18b479 100644 --- a/charts/lagoon-build-deploy/ci/linter-values.yaml +++ b/charts/lagoon-build-deploy/ci/linter-values.yaml @@ -2,6 +2,8 @@ rabbitMQUsername: lagoon rabbitMQPassword: ci rabbitMQHostname: lagoon-core-broker lagoonTargetName: ci-local-control-k8s -taskSSHHost: lagoon-core-ssh.lagoon.svc -taskSSHPort: 2020 -taskAPIHost: http://lagoon-core-api.lagoon.svc:80 +sshPortalHost: lagoon-remote-ssh-portal.lagoon.svc +sshPortalPort: 22 +lagoonTokenHost: lagoon-core-token.lagoon.svc +lagoonTokenPort: 22 +lagoonAPIHost: http://lagoon-core-api.lagoon.svc:80 diff --git a/charts/lagoon-build-deploy/templates/deployment.yaml b/charts/lagoon-build-deploy/templates/deployment.yaml index 9ed627a1..67cad38b 100644 --- a/charts/lagoon-build-deploy/templates/deployment.yaml +++ b/charts/lagoon-build-deploy/templates/deployment.yaml @@ -178,15 +178,29 @@ spec: - name: OVERRIDE_BUILD_DEPLOY_DIND_IMAGE value: {{ . | quote }} {{- end }} - {{- with .Values.taskSSHHost }} + {{- with .Values.sshPortalHost | default .Values.taskSSHHost}} + - name: LAGOON_CONFIG_SSH_HOST + value: {{ . | quote }} + {{- end }} + {{- with .Values.sshPortalPort | default .Values.taskSSHPort }} + - name: LAGOON_CONFIG_SSH_PORT + value: {{ . | quote }} + {{- end }} + {{- with .Values.lagoonTokenHost | default .Values.taskSSHHost }} + - name: LAGOON_CONFIG_TOKEN_HOST + value: {{ . | quote }} - name: TASK_SSH_HOST value: {{ . | quote }} {{- end }} - {{- with .Values.taskSSHPort }} + {{- with .Values.lagoonTokenPort | default .Values.taskSSHPort }} + - name: LAGOON_CONFIG_TOKEN_PORT + value: {{ . | quote }} - name: TASK_SSH_PORT value: {{ . | quote }} {{- end }} - {{- with .Values.taskAPIHost }} + {{- with .Values.lagoonAPIHost | default .Values.taskAPIHost }} + - name: LAGOON_CONFIG_API_HOST + value: {{ . | quote }} - name: TASK_API_HOST value: {{ . | quote }} {{- end }} diff --git a/charts/lagoon-build-deploy/values.yaml b/charts/lagoon-build-deploy/values.yaml index 2ddab0d5..684974f4 100644 --- a/charts/lagoon-build-deploy/values.yaml +++ b/charts/lagoon-build-deploy/values.yaml @@ -5,9 +5,32 @@ lagoonTargetName: "" rabbitMQHostname: "" rabbitMQPassword: "" rabbitMQUsername: "" + +# NOTE!! lagoon api/host/port values if left empty fall back to the task api/host/port values +# taskSSHHost/lagoonTokenHost is the hostname for the lagoon token service +# taskSSHHost will be deprecated in favor of lagoonTokenHost taskSSHHost: "" +lagoonTokenHost: "" +# taskSSHPort/lagoonTokenPort is the port number for the lagoon token service +# taskSSHPort will be deprecated in favor of lagoonTokenHost taskSSHPort: "" +lagoonTokenPort: "" +# taskAPIHost/lagoonAPIHost is the lagoon graphql API hostname, omitting `/graphql, eg: https://api.example.com +# taskAPIHost will be deprecated in favor of lagoonAPIHost taskAPIHost: "" +lagoonAPIHost: "" + +# NOTE!! sshPortal host/port values if left empty fall back to the task ssh host/port values +# NOTE!! if `lagoonTokenHost/Port` are configured with the dedicated token service in lagoon core instead of the legacy ssh service in core +# NOTE!! you will need to define the sshPortalHost/Port values for the ssh-portal that this remote is configured with +# The sshPortalHost/Port can be configured with the legacy ssh service in core, but it is recommended that it is configured +# to be the ssh-portal configured for this remote cluster. +# sshPortalHost is the hostname for this remote clusters ssh portal service +# the internal service name can be used (eg: lagoon-remote-ssh-portal.lagoon.svc) but a public dns can also be set +sshPortalHost: "" +# sshPortalPort is the port number for this remote clusters ssh portal service (public or internal port depending on how the host is configured) +sshPortalPort: "" + # if using controller namespace prefixing, define that prefix here # limited to 8 characters (will be truncated by controller if it exceeds this) diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 0e3fd53c..5235a9af 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -21,13 +21,13 @@ type: application # time you make changes to the chart and its templates, including the app # version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.30.0 +version: 1.32.0 # This is the version number of the application being deployed. This version # number should be incremented each time you make changes to the application. # Versions are not expected to follow Semantic Versioning. They should reflect # the version the application is using. -appVersion: v2.15.0 +appVersion: v2.15.1 dependencies: - name: nats @@ -41,4 +41,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: bump lagoon-opensearch-sync version to v0.7.0 + description: add resource requests to lagoon-core deployments diff --git a/charts/lagoon-core/ci/linter-values.yaml b/charts/lagoon-core/ci/linter-values.yaml index 4d8f1d1d..1c42e096 100644 --- a/charts/lagoon-core/ci/linter-values.yaml +++ b/charts/lagoon-core/ci/linter-values.yaml @@ -27,15 +27,24 @@ api: replicaCount: 1 image: repository: uselagoon/api + resources: + requests: + cpu: "10m" apiDB: image: repository: uselagoon/api-db storageSize: 16Gi + resources: + requests: + cpu: "10m" apiRedis: image: repository: uselagoon/api-redis + resources: + requests: + cpu: "10m" # TODO - update repo/tag before v2.11 release actionsHandler: @@ -46,10 +55,16 @@ actionsHandler: keycloak: image: repository: uselagoon/keycloak + resources: + requests: + cpu: "10m" keycloakDB: image: repository: uselagoon/keycloak-db + resources: + requests: + cpu: "10m" broker: replicaCount: 1 @@ -57,31 +72,49 @@ broker: enabled: false image: repository: uselagoon/broker + resources: + requests: + cpu: "10m" authServer: replicaCount: 1 image: repository: uselagoon/auth-server + resources: + requests: + cpu: "10m" webhooks2tasks: replicaCount: 1 image: repository: uselagoon/webhooks2tasks + resources: + requests: + cpu: "10m" webhookHandler: replicaCount: 1 image: repository: uselagoon/webhook-handler + resources: + requests: + cpu: "10m" ui: replicaCount: 1 image: repository: uselagoon/ui + resources: + requests: + cpu: "10m" backupHandler: replicaCount: 1 image: repository: uselagoon/backup-handler + resources: + requests: + cpu: "10m" insightsHandler: image: @@ -102,6 +135,9 @@ ssh: replicaCount: 1 image: repository: uselagoon/ssh + resources: + requests: + cpu: "10m" sshPortalAPI: enabled: true diff --git a/charts/lagoon-core/values.yaml b/charts/lagoon-core/values.yaml index 577b4ae1..c66db53c 100644 --- a/charts/lagoon-core/values.yaml +++ b/charts/lagoon-core/values.yaml @@ -124,7 +124,10 @@ api: securityContext: {} - resources: {} + resources: + requests: + memory: "256Mi" + cpu: "500m" additionalEnvs: # FOO: Bar @@ -155,7 +158,10 @@ apiDB: securityContext: {} - resources: {} + resources: + requests: + memory: "512Mi" + cpu: "500m" additionalEnvs: # FOO: Bar @@ -188,7 +194,10 @@ apiRedis: securityContext: {} - resources: {} + resources: + requests: + memory: "64Mi" + cpu: "50m" additionalEnvs: # FOO: Bar @@ -209,7 +218,10 @@ keycloak: securityContext: {} - resources: {} + resources: + requests: + memory: "1Gi" + cpu: "500m" additionalEnvs: # FOO: Bar @@ -251,7 +263,10 @@ keycloakDB: securityContext: {} - resources: {} + resources: + requests: + memory: "512Mi" + cpu: "100m" additionalEnvs: # FOO: Bar @@ -289,7 +304,10 @@ broker: securityContext: {} - resources: {} + resources: + requests: + memory: "1Gi" + cpu: "500m" additionalEnvs: # FOO: Bar @@ -345,7 +363,10 @@ authServer: securityContext: {} - resources: {} + resources: + requests: + memory: "64Mi" + cpu: "50m" additionalEnvs: # FOO: Bar @@ -370,7 +391,10 @@ webhooks2tasks: securityContext: {} - resources: {} + resources: + requests: + memory: "64Mi" + cpu: "50m" additionalEnvs: # FOO: Bar @@ -395,7 +419,10 @@ webhookHandler: securityContext: {} - resources: {} + resources: + requests: + memory: "64Mi" + cpu: "50m" additionalEnvs: # FOO: Bar @@ -437,7 +464,10 @@ ui: securityContext: {} - resources: {} + resources: + requests: + memory: "128Mi" + cpu: "50m" additionalEnvs: # FOO: Bar @@ -484,6 +514,11 @@ actionsHandler: additionalEnvs: # FOO: Bar + resources: + requests: + memory: "16Mi" + cpu: "10m" + backupHandler: enabled: true replicaCount: 2 @@ -497,7 +532,10 @@ backupHandler: securityContext: {} - resources: {} + resources: + requests: + memory: "32Mi" + cpu: "50m" additionalEnvs: # FOO: Bar @@ -539,7 +577,10 @@ insightsHandler: securityContext: {} - resources: {} + resources: + requests: + memory: "32Mi" + cpu: "10m" additionalEnvs: # FOO: Bar @@ -577,7 +618,10 @@ logs2notifications: securityContext: {} - resources: {} + resources: + requests: + memory: "16Mi" + cpu: "10m" additionalEnvs: # FOO: Bar @@ -602,7 +646,10 @@ drushAlias: securityContext: {} - resources: {} + resources: + requests: + memory: "8Mi" + cpu: "10m" additionalEnvs: # FOO: Bar @@ -644,7 +691,10 @@ ssh: securityContext: {} - resources: {} + resources: + requests: + memory: "128Mi" + cpu: "500m" additionalEnvs: # FOO: Bar @@ -674,7 +724,10 @@ workflows: securityContext: {} - resources: {} + resources: + requests: + memory: "16Mi" + cpu: "10m" additionalEnvs: # FOO: Bar @@ -762,7 +815,10 @@ sshPortalAPI: securityContext: {} - resources: {} + resources: + requests: + memory: "8Mi" + cpu: "10m" additionalEnvs: # FOO: Bar @@ -811,7 +867,10 @@ opensearchSync: securityContext: {} - resources: {} + resources: + requests: + memory: "8Mi" + cpu: "10m" additionalEnvs: # FOO: Bar @@ -829,7 +888,10 @@ sshToken: securityContext: {} - resources: {} + resources: + requests: + memory: "8Mi" + cpu: "10m" additionalEnvs: # FOO: Bar diff --git a/charts/lagoon-logging/Chart.lock b/charts/lagoon-logging/Chart.lock index 8dcc8f15..ffda22ac 100644 --- a/charts/lagoon-logging/Chart.lock +++ b/charts/lagoon-logging/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: logging-operator - repository: https://kubernetes-charts.banzaicloud.com - version: 3.17.10 -digest: sha256:293ac5ba13713b7edcc8fb655e8fd402c6d466c57edcdc9886f1336b39815b8c -generated: "2022-11-28T22:12:54.57492083+08:00" + repository: https://kube-logging.github.io/helm-charts + version: 4.2.3 +digest: sha256:bcfec23e091d887e7892f70bddbcf33a09195e4140372028b25f8e16cf54436f +generated: "2023-06-14T14:13:35.857841045+08:00" diff --git a/charts/lagoon-logging/Chart.yaml b/charts/lagoon-logging/Chart.yaml index ab4ecb5e..9ed4eb8e 100644 --- a/charts/lagoon-logging/Chart.yaml +++ b/charts/lagoon-logging/Chart.yaml @@ -19,12 +19,12 @@ type: application # time you make changes to the chart and its templates, including the app # version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.78.0 +version: 0.79.0 dependencies: - name: logging-operator - repository: https://kubernetes-charts.banzaicloud.com - version: ~3.17.0 + repository: https://kube-logging.github.io/helm-charts + version: ~4.2.0 condition: logging-operator.enabled # This section is used to collect a changelog for artifacthub.io diff --git a/charts/lagoon-logging/templates/logging.yaml b/charts/lagoon-logging/templates/logging.yaml index 3393d950..a037df96 100644 --- a/charts/lagoon-logging/templates/logging.yaml +++ b/charts/lagoon-logging/templates/logging.yaml @@ -5,6 +5,7 @@ metadata: labels: {{- include "lagoon-logging.labels" . | nindent 4 }} spec: + enableRecreateWorkloadOnImmutableFieldChange: true fluentd: security: podSecurityContext: diff --git a/charts/lagoon-remote/Chart.lock b/charts/lagoon-remote/Chart.lock index 9d772790..48e25846 100644 --- a/charts/lagoon-remote/Chart.lock +++ b/charts/lagoon-remote/Chart.lock @@ -1,7 +1,7 @@ dependencies: - name: lagoon-build-deploy repository: https://uselagoon.github.io/lagoon-charts/ - version: 0.22.0 + version: 0.23.1 - name: dioscuri repository: https://amazeeio.github.io/charts/ version: 0.4.1 @@ -11,5 +11,5 @@ dependencies: - name: nats repository: https://nats-io.github.io/k8s/helm/charts/ version: 0.18.3 -digest: sha256:10455412d7c67ba412139825412301795bce15d2d21476324c147aa88d0cdd10 -generated: "2023-05-08T13:23:41.167070051+10:00" +digest: sha256:b46d43268f1114fee8e633f79ffdb55577ccb5e0fda164857e3f46b38240c0c5 +generated: "2023-06-09T12:12:07.88969372+10:00" diff --git a/charts/lagoon-remote/Chart.yaml b/charts/lagoon-remote/Chart.yaml index e7eb0dee..f074d2e0 100644 --- a/charts/lagoon-remote/Chart.yaml +++ b/charts/lagoon-remote/Chart.yaml @@ -19,11 +19,11 @@ type: application # This is the chart version. This version number should be incremented each # time you make changes to the chart and its templates, including the app # version. -version: 0.78.0 +version: 0.79.0 dependencies: - name: lagoon-build-deploy - version: ~0.22.0 + version: ~0.23.0 repository: https://uselagoon.github.io/lagoon-charts/ condition: lagoon-build-deploy.enabled - name: dioscuri diff --git a/charts/lagoon-remote/values.yaml b/charts/lagoon-remote/values.yaml index 1691388e..814d318d 100644 --- a/charts/lagoon-remote/values.yaml +++ b/charts/lagoon-remote/values.yaml @@ -166,9 +166,14 @@ lagoon-build-deploy: # these values are used by the lagoon-build-deploy controller and do not have # sensible defaults. # lagoonTargetName: - # taskSSHHost: "" - # taskSSHPort: "" - # taskAPIHost: "" + # taskSSHHost: "" # use lagoonTokenHost + # taskSSHPort: "" # use lagoonTokenPort + # taskAPIHost: "" # use lagoonAPIHost + # lagoonTokenHost: "" + # lagoonTokenPort: "" + # lagoonAPIHost: "" + # sshPortalHost: "" + # sshPortalPort: "" # See the parent chart for the full range of values that can be passed here to control builds # https://github.com/uselagoon/lagoon-charts/blob/main/charts/lagoon-build-deploy/values.yaml diff --git a/charts/lagoon-test/Chart.yaml b/charts/lagoon-test/Chart.yaml index f72b6baf..646f95c6 100644 --- a/charts/lagoon-test/Chart.yaml +++ b/charts/lagoon-test/Chart.yaml @@ -11,9 +11,9 @@ kubeVersion: ">= 1.21.0-0" type: application -version: 0.46.0 +version: 0.47.0 -appVersion: v2.15.0 +appVersion: v2.15.1 # This section is used to collect a changelog for artifacthub.io # It should be started afresh for each release @@ -21,4 +21,4 @@ appVersion: v2.15.0 annotations: artifacthub.io/changes: | - kind: changed - description: update Lagoon appVersion to v2.15.0 + description: update Lagoon appVersion to v2.15.1 diff --git a/default.ct.yaml b/default.ct.yaml index b97c6540..a00f6d8f 100644 --- a/default.ct.yaml +++ b/default.ct.yaml @@ -10,6 +10,7 @@ chart-repos: - amazeeio=https://amazeeio.github.io/charts/ - gatekeeper=https://open-policy-agent.github.io/gatekeeper/charts - nats=https://nats-io.github.io/k8s/helm/charts/ +- kube-logging=https://kube-logging.github.io/helm-charts excluded-charts: - lagoon-test - lagoon-gatekeeper