-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/remote-insights-update' of github.com:uselagoon…
…/lagoon-charts into feature/remote-insights-update
- Loading branch information
Showing
61 changed files
with
555 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Install Helm | ||
run: | | ||
cd /tmp | ||
|
@@ -61,15 +61,15 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: "0" | ||
|
||
- name: Set up chart-testing dependencies | ||
run: sudo apt-get -y install python3-wheel | ||
|
||
- name: Set up chart-testing | ||
uses: helm/chart-testing-action@v2.4.0 | ||
uses: helm/chart-testing-action@v2.6.0 | ||
|
||
- name: Run chart-testing (list-changed) | ||
id: list-changed | ||
|
@@ -87,29 +87,29 @@ jobs: | |
uses: helm/[email protected] | ||
with: | ||
version: v0.20.0 | ||
node_image: kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb | ||
kubectl_version: v1.26.6 | ||
node_image: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72 | ||
kubectl_version: v1.27.3 | ||
if: | | ||
(steps.list-changed.outputs.changed == 'true') || | ||
(contains(github.event.pull_request.labels.*.name, 'needs-testing')) | ||
- name: Run chart-testing (install) | ||
run: ct install --config ./default.ct.yaml | ||
run: ct install --config ./default.ct.yaml --helm-extra-args "--timeout 30m" | ||
|
||
artifacthub-changelog: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: "0" | ||
|
||
- name: Install gojq | ||
run: | | ||
cd /tmp | ||
curl -sSLO https://github.com/itchyny/gojq/releases/download/v0.12.10/gojq_v0.12.10_linux_amd64.tar.gz | ||
tar -xf ./gojq_v0.12.10_linux_amd64.tar.gz | ||
sudo cp /tmp/gojq_v0.12.10_linux_amd64/gojq /usr/local/bin/gojq | ||
curl -sSLO https://github.com/itchyny/gojq/releases/download/v0.12.13/gojq_v0.12.13_linux_amd64.tar.gz | ||
tar -xf ./gojq_v0.12.13_linux_amd64.tar.gz | ||
sudo cp /tmp/gojq_v0.12.13_linux_amd64/gojq /usr/local/bin/gojq | ||
- name: Run artifacthub.io changelog check | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,17 +12,15 @@ maintainers: | |
- name: smlx | ||
email: [email protected] | ||
url: https://amazee.io | ||
kubeVersion: ">= 1.21.0-0" | ||
kubeVersion: ">= 1.23.0-0" | ||
|
||
type: application | ||
|
||
version: 0.24.0 | ||
version: 0.26.1 | ||
|
||
appVersion: v0.14.0 | ||
appVersion: v0.15.3 | ||
|
||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: update remote-controller appVersion to v0.14.0 | ||
- kind: changed | ||
description: updated lagoontask crd, will require crds to be re-applied | ||
description: update remote-controller to v0.15.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: nats | ||
repository: https://nats-io.github.io/k8s/helm/charts/ | ||
version: 0.18.3 | ||
digest: sha256:23ec68e1604f1b9f90bd9571e7e17c6101524be61b304de03f378a31a6c55fbd | ||
generated: "2022-11-24T11:53:36.184266854+11:00" | ||
version: 0.19.17 | ||
digest: sha256:9c58fc4ddeec7b86f5ef2cf1996a48a7e09d9bd4aa149971e2525a6f05649bf8 | ||
generated: "2023-07-28T09:49:46.220986689+08:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ maintainers: | |
- name: shreddedbacon | ||
email: [email protected] | ||
url: https://amazee.io | ||
kubeVersion: ">= 1.21.0-0" | ||
kubeVersion: ">= 1.23.0-0" | ||
|
||
# Application charts are a collection of templates that can be packaged into | ||
# versioned archives to be deployed. | ||
|
@@ -21,17 +21,17 @@ 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.34.0 | ||
version: 1.39.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.2 | ||
appVersion: v2.16.0 | ||
|
||
dependencies: | ||
- name: nats | ||
version: ~0.18.0 | ||
version: ~0.19.0 | ||
repository: https://nats-io.github.io/k8s/helm/charts/ | ||
condition: nats.enabled | ||
|
||
|
@@ -40,5 +40,5 @@ dependencies: | |
# Valid supported kinds are added, changed, deprecated, removed, fixed and security | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: update Lagoon appVersion to v2.15.2 | ||
- kind: added | ||
description: Insights trivy service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,10 @@ lagoonWebhookURL: http://webhook:11213 | |
defaultIngressClassName: nginx | ||
|
||
# used in ui | ||
lagoonAPIURL: https://api.example.com/graphql | ||
keycloakAPIURL: https://keycloak.example.com/auth | ||
# lagoonAPIURL: https://api.example.com/graphql | ||
# keycloakFrontEndURL: https://keycloak.example.com | ||
|
||
keycloakAdminEmail: [email protected] | ||
|
||
api: | ||
replicaCount: 1 | ||
|
@@ -53,6 +55,22 @@ actionsHandler: | |
repository: uselagoon/actions-handler | ||
|
||
keycloak: | ||
keycloakFrontEndURL: https://keycloak.example.com | ||
realmSettings: | ||
enabled: true | ||
options: | ||
resetPasswordAllowed: true | ||
rememberMe: true | ||
email: | ||
enabled: true | ||
settings: | ||
host: mailhog | ||
port: '1025' | ||
fromDisplayName: Lagoon | ||
from: [email protected] | ||
replyToDisplayName: Lagoon No-Reply | ||
replyTo: [email protected] | ||
envelopeFrom: [email protected] | ||
image: | ||
repository: uselagoon/keycloak | ||
resources: | ||
|
Oops, something went wrong.