Skip to content

Commit

Permalink
Merge pull request #18 from severalnines/22-severalnines/helm-ccx-rel…
Browse files Browse the repository at this point in the history
…ease/1.48

Run 22 Merge repo severalnines/helm-ccx of branch release/1.48 into default branch
  • Loading branch information
ram-vibhul authored Jun 14, 2024
2 parents 6f2fedb + ada2cd5 commit cc8d6d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions charts/ccx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ icon: https://st.s9s.io/ccx/logo/ccx-purple.svg
# 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.48.1

version: 1.48.3


# 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.
# It is recommended to use it with quotes.
# THIS IS THE CCX RELEASE VERSION
appVersion: "1.48.1"

appVersion: "1.48.3"

8 changes: 4 additions & 4 deletions charts/ccx/templates/ccx/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: service
name: admin
rules:
- apiGroups: ["*", ""]
resources: ["services"]
resources: ["*"]
verbs: ["*"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: service-binding
name: admin-binding
subjects:
- kind: ServiceAccount
name: default
roleRef:
kind: Role
name: service
name: admin
apiGroup: rbac.authorization.k8s.io
{{ end }}
2 changes: 1 addition & 1 deletion charts/ccx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ccx:

## default settings for all backend components
backend:
image: europe-docker.pkg.dev/severalnines-public/ccx/ccx-backend:build-4494
image: europe-docker.pkg.dev/severalnines-public/ccx/ccx-backend:build-4689

## postgresql server used by all backend components
db:
Expand Down

0 comments on commit cc8d6d0

Please sign in to comment.