Skip to content

Commit 66e9e75

Browse files
authored
Merge pull request #49 from bryopsida/fix-psa-patcher-alias
Rename psaPatcher alias to psa-patcher
2 parents fbcf1a1 + e69b908 commit 66e9e75

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

charts/patchwork/Chart.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencies:
55
- name: psa-restricted-patcher
66
repository: https://bryopsida.github.io/psa-restricted-patcher/
77
version: 0.10.0
8-
digest: sha256:2d78700b07cd65fb043c739b9f89aa7572b252fdfd3f490feab45c25659c3b56
9-
generated: "2023-07-02T06:59:56.647998-05:00"
8+
digest: sha256:a15db5ce71df28e3d593db87d78908c80791f71038533d765db8cba78b772aeb
9+
generated: "2023-07-03T18:58:00.665815-05:00"

charts/patchwork/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: patchwork
33
description: Watches deployments, daemonsets, and statefulsets for image updates and will automatically trigger rollouts to pull in updates
44
type: application
5-
version: 0.8.0
5+
version: 0.8.1
66
appVersion: '0.4.0'
77
dependencies:
88
- name: redis
@@ -11,7 +11,7 @@ dependencies:
1111
- name: psa-restricted-patcher
1212
repository: https://bryopsida.github.io/psa-restricted-patcher/
1313
version: 0.10.0
14-
condition: psaPatcher.enabled
15-
alias: psaPatcher
14+
condition: psa-patcher.enabled
15+
alias: psa-patcher
1616
maintainers:
1717
- name: bryopsida

charts/patchwork/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# patchwork
22

3-
![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square)
3+
![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square)
44

55
Watches deployments, daemonsets, and statefulsets for image updates and will automatically trigger rollouts to pull in updates
66

@@ -14,7 +14,7 @@ Watches deployments, daemonsets, and statefulsets for image updates and will aut
1414

1515
| Repository | Name | Version |
1616
|------------|------|---------|
17-
| https://bryopsida.github.io/psa-restricted-patcher/ | psaPatcher(psa-restricted-patcher) | 0.10.0 |
17+
| https://bryopsida.github.io/psa-restricted-patcher/ | psa-patcher(psa-restricted-patcher) | 0.10.0 |
1818
| https://groundhog2k.github.io/helm-charts/ | redis | 0.6.12 |
1919

2020
## Values
@@ -43,8 +43,8 @@ Watches deployments, daemonsets, and statefulsets for image updates and will aut
4343
| podAnnotations | object | `{}` | |
4444
| podSecurityContext.fsGroup | int | `1001` | |
4545
| podSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
46-
| psaPatcher | object | `{"enabled":false}` | control the psa-restricted-patcher behavior, disabled by default, for more information see: https://artifacthub.io/packages/helm/psa-restricted-patcher/psa-restricted-patcher |
47-
| psaPatcher.enabled | bool | `false` | enable the psa patcher |
46+
| psa-patcher | object | `{"enabled":false}` | control the psa-restricted-patcher behavior, disabled by default, for more information see: https://artifacthub.io/packages/helm/psa-restricted-patcher/psa-restricted-patcher |
47+
| psa-patcher.enabled | bool | `false` | enable the psa patcher |
4848
| rbac.create | string | `"truewq"` | |
4949
| redis.image.pullPolicy | string | `"Always"` | |
5050
| redis.image.registry | string | `"ghcr.io"` | |

charts/patchwork/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ redis:
9494
tag: main
9595
pullPolicy: Always
9696
# -- control the psa-restricted-patcher behavior, disabled by default, for more information see: https://artifacthub.io/packages/helm/psa-restricted-patcher/psa-restricted-patcher
97-
psaPatcher:
97+
psa-patcher:
9898
# -- enable the psa patcher
9999
enabled: false

0 commit comments

Comments
 (0)