Skip to content

Commit

Permalink
chore: update lagoon-build-deploy to 0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Mar 13, 2024
1 parent db7e86a commit 7bf57b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/lagoon-remote/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: lagoon-build-deploy
repository: https://uselagoon.github.io/lagoon-charts/
version: 0.26.3
version: 0.26.4
- name: dbaas-operator
repository: https://amazeeio.github.io/charts/
version: 0.3.0
- name: nats
repository: https://nats-io.github.io/k8s/helm/charts/
version: 0.19.17
digest: sha256:19d026667151fe980c86b856f5e061d89bd669afaef89e1e88a69b8730950bb5
generated: "2024-02-15T10:02:47.025667985+11:00"
digest: sha256:474fd1780a647f467a7120a0ad75fc1cd02bb3e6a7b964a75a4c5bbaefb4344b
generated: "2024-03-13T12:56:47.068393312+11:00"
2 changes: 2 additions & 0 deletions charts/lagoon-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ annotations:
description: updated insights-remote version to v0.0.9
- kind: changed
description: added initcontainer to api to handle keycloak migrations
- kind: changed
description: update lagoon-build-deploy to 0.26.4
4 changes: 2 additions & 2 deletions charts/lagoon-remote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ This is outside the scope of this README.

## Install

*NOTE:* This chart must be installed into the `lagoon` namespace because software that consumes lagoon services inside the cluster asumes that services are available at `*.lagoon.svc`.
*NOTE:* This chart must be installed into the `lagoon` namespace because software that consumes lagoon services inside the cluster assumes that services are available at `*.lagoon.svc`.

```
helm upgrade --install --create-namespace --namespace lagoon lagoon-remote ./charts/lagoon-remote
```

### OpenShift

the included docker-host needs `priviledged` permissions:
the included docker-host needs `privileged` permissions:

```
oc -n lagoon adm policy add-scc-to-user privileged -z lagoon-remote-docker-host
Expand Down

0 comments on commit 7bf57b2

Please sign in to comment.