Skip to content

Commit

Permalink
Bump emt-api webservice dependency (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored May 14, 2024
1 parent 323f00d commit 4e2b7bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install Keycloak
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install keycloak bitnami/keycloak -n keycloak --create-namespace --version 9.2.2
helm install keycloak bitnami/keycloak -n keycloak --create-namespace --version 21.2.0
- name: Install Kyverno
run: |
helm repo add kyverno https://kyverno.github.io/kyverno/
Expand Down
4 changes: 2 additions & 2 deletions charts-private/emt-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
name: emt-api
description: OSC emt-api web service
type: application
version: 0.1.0
version: 0.1.1
appVersion: v0.1.0
maintainers:
- name: treydock
dependencies:
- name: webservice
version: 0.34.1
version: 0.34.2
repository: https://osc.github.io/osc-helm-charts/
# repository: file://../../charts/webservice

0 comments on commit 4e2b7bf

Please sign in to comment.