Skip to content

Commit

Permalink
Merge branch 'main' into feature/upgrade-wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
darliiin authored Sep 17, 2024
2 parents 4be19b2 + 5f3d150 commit d62ae24
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2024-09-13

[prod]

- [associated PR](https://github.com/saritasa-nest/saritasa-devops-helm-charts/pull/134)
- Fix RBAC definitions for developers and client roles

## 2024-09-09

[prod]
Expand Down
2 changes: 1 addition & 1 deletion charts/rbac/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.11
version: 0.1.12

maintainers:
- url: https://www.saritasa.com/
Expand Down
2 changes: 1 addition & 1 deletion charts/rbac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ saritasa-rbac

## `chart.version`

![Version: 0.1.11](https://img.shields.io/badge/Version-0.1.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

## Maintainers

Expand Down
4 changes: 2 additions & 2 deletions charts/rbac/templates/client/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ rules:
resources: ["deployments"]
verbs: ["get", "patch"]
- apiGroups: ["tekton.dev"]
resources: ["*"]
verbs: ["taskruns", "pipelineruns", "pipelines", "tasks"]
resources: ["taskruns", "pipelineruns", "pipelines", "tasks"]
verbs: ["get", "list", "watch"]

---
kind: RoleBinding
Expand Down
4 changes: 2 additions & 2 deletions charts/rbac/templates/developers/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ rules:
resources: ["deployments"]
verbs: ["get", "patch"]
- apiGroups: ["tekton.dev"]
resources: ["*"]
verbs: ["taskruns", "pipelineruns", "pipelines", "tasks"]
resources: ["taskruns", "pipelineruns", "pipelines", "tasks"]
verbs: ["get", "list", "watch"]

---
kind: RoleBinding
Expand Down

0 comments on commit d62ae24

Please sign in to comment.