Skip to content

Commit

Permalink
Release (STIGATRON UI 0.3.0) (#223)
Browse files Browse the repository at this point in the history
* AUTOMATION: SSF Prod Chart Update for stigatron-ui

* Update STIGATRON UI to 0.3.0 chart version (#222)

* Update STIGATRON UI to 0.3.0 chart version

* update chart version

---------

Co-authored-by: Adam Toy <adam.toy@rancherfederal.com>

---------

Co-authored-by: Carbide SSF <carbide@rancherfederal.com>
Co-authored-by: Adam Toy <adam.toy@rancherfederal.com>
  • Loading branch information
3 people authored Sep 21, 2024
1 parent 7449ad1 commit 334f65e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/stigatron-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: stigatron-ui
description: Rancher Government Stigatron UI Extension
icon: https://raw.githubusercontent.com/rancherfederal/carbide-docs/main/static/img/carbide-logo.svg
type: application
version: 0.2.3
appVersion: "0.2.0"
version: 0.3.0
appVersion: "0.3.0"
21 changes: 21 additions & 0 deletions charts/stigatron-ui/templates/rbac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: stigatron-ui-cr
rules:
- apiGroups: ["management.cattle.io"]
resources: ["settings"]
verbs: ["get"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: stigatron-ui-crb
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: stigatron-ui-cr
subjects:
- kind: ServiceAccount
name: {{ include "stigatron-ui.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
2 changes: 1 addition & 1 deletion charts/stigatron-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1
UIPluginNamespace: cattle-ui-plugin-system
image:
pullPolicy: Always
tag: "0.2.0"
tag: "0.3.0"
name: carbide/stigatron-ui
imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 334f65e

Please sign in to comment.