Skip to content

Commit

Permalink
Merge pull request #676 from uselagoon/fix-ssh-core-clusterrole
Browse files Browse the repository at this point in the history
fix: lagoon-remote-ssh-core scale permissions
  • Loading branch information
shreddedbacon authored Jul 30, 2024
2 parents 48b7c5d + c693428 commit e02e385
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
13 changes: 3 additions & 10 deletions charts/lagoon-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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.92.0
version: 0.93.0

dependencies:
- name: lagoon-build-deploy
Expand All @@ -40,12 +40,5 @@ dependencies:
# Valid supported kinds are added, changed, deprecated, removed, fixed and security
annotations:
artifacthub.io/changes: |
- kind: changed
description: update values for local development
- kind: changed
description: bump minimum Kubernetes version to 1.25
- kind: changed
description: update ssh-portal components to v0.37.0
links:
- name: ssh-portal release
url: https://github.com/uselagoon/lagoon-ssh-portal/releases/tag/v0.37.0
- kind: fixed
description: lagoon-remote-ssh-core scale permissions
1 change: 1 addition & 0 deletions charts/lagoon-remote/templates/ssh-core.clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rules:
verbs:
- get
- update
- patch
- apiGroups:
- apps
resources:
Expand Down

0 comments on commit e02e385

Please sign in to comment.