Skip to content

Commit

Permalink
Merge pull request #481 from appuio/update_uro_021
Browse files Browse the repository at this point in the history
Update Stardog User Role Operator to 0.2.1
  • Loading branch information
psy-q authored Jun 21, 2023
2 parents 44f5ec4 + 5516921 commit 12ff7d5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ helm repo add appuio https://charts.appuio.ch
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/signalilo-0.12.0/total)](https://github.com/appuio/charts/releases/tag/signalilo-0.12.0) | [signalilo](appuio/signalilo/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/snappass-1.0.0/total)](https://github.com/appuio/charts/releases/tag/snappass-1.0.0) | [snappass](appuio/snappass/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-0.18.1/total)](https://github.com/appuio/charts/releases/tag/stardog-0.18.1) | [stardog](appuio/stardog/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-userrole-operator-0.2.0/total)](https://github.com/appuio/charts/releases/tag/stardog-userrole-operator-0.2.0) | [stardog-userrole-operator](appuio/stardog-userrole-operator/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-userrole-operator-0.2.1/total)](https://github.com/appuio/charts/releases/tag/stardog-userrole-operator-0.2.1) | [stardog-userrole-operator](appuio/stardog-userrole-operator/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/trifid-2.0.1/total)](https://github.com/appuio/charts/releases/tag/trifid-2.0.1) | [trifid](appuio/trifid/README.md) |

## Add / Update Charts
Expand Down
4 changes: 2 additions & 2 deletions appuio/stardog-userrole-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: stardog-userrole-operator
version: 0.2.0
appVersion: 0.2.0
version: 0.2.1
appVersion: 0.2.1
description: Stardog User and Role Operator
sources:
- https://github.com/vshn/stardog-userrole-operator
Expand Down
4 changes: 2 additions & 2 deletions appuio/stardog-userrole-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stardog-userrole-operator

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square)

Stardog User and Role Operator

Expand All @@ -27,7 +27,7 @@ Edit the README.gotmpl.md template instead.
| image.pullPolicy | string | `"Always"` | |
| image.registry | string | `"ghcr.io"` | |
| image.repository | string | `"vshn/stardog-userrole-operator"` | |
| image.tag | string | `"v0.2.0"` | |
| image.tag | string | `"v0.2.1"` | |
| imagePullSecrets | list | `[]` | |
| leaderElection.enabled | bool | `false` | Enable leader election for multiple replicas |
| metrics.proxy.enabled | bool | `false` | Enable metrics via service behind a authenticated proxy |
Expand Down
4 changes: 2 additions & 2 deletions appuio/stardog-userrole-operator/test/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func Test_Deployment_ShouldRender_ImagePullSecrets(t *testing.T) {
}

func Test_Deployment_ShouldRender_CorrectImage(t *testing.T) {
expectedImage := "ghcr.io/vshn/stardog-userrole-operator:v0.2.0"
expectedImage := "ghcr.io/vshn/stardog-userrole-operator:v0.2.1"
options := &helm.Options{}

got := renderDeployment(t, options, false)
Expand All @@ -83,7 +83,7 @@ func Test_Deployment_ShouldRender_CorrectImage(t *testing.T) {
}

func Test_Deployment_WhenProxyEnabled_ThenEnableRBACContainer(t *testing.T) {
expectedBaseImage := "ghcr.io/vshn/stardog-userrole-operator:v0.2.0"
expectedBaseImage := "ghcr.io/vshn/stardog-userrole-operator:v0.2.1"
expectedProxyImage := "gcr.io/kubebuilder/kube-rbac-proxy:v0.12.0"
options := &helm.Options{
SetValues: map[string]string{
Expand Down
2 changes: 1 addition & 1 deletion appuio/stardog-userrole-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: ghcr.io
repository: vshn/stardog-userrole-operator
tag: v0.2.0
tag: v0.2.1
pullPolicy: Always

imagePullSecrets: []
Expand Down

0 comments on commit 12ff7d5

Please sign in to comment.