Skip to content

Commit

Permalink
Bump emt-api webservice dependency (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Jun 14, 2024
1 parent 4ceab25 commit 271d9e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/config/kyverno-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ imagePullSecrets:
password: IMAGE-PULL-PASSWORD
admissionController:
replicaCount: 1
createSelfSignedCert: true
container:
extraArgs:
loggingFormat: text
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
run: |
helm repo add kyverno https://kyverno.github.io/kyverno/
helm install kyverno kyverno/kyverno -n kyverno --create-namespace -f .github/config/kyverno-values.yaml --version 3.1.4
timeout 120 /bin/bash -c 'until kubectl get pods -n kyverno -l app.kubernetes.io/component=admission-controller -o jsonpath="{range .items[*]}{.status.containerStatuses[*].ready}{end}" | grep "true" ; do echo "Waiting for Kyverno" ; sleep 10 ; done'
helm dependency build charts/kyverno-policies
helm install kyverno-policies charts/kyverno-policies -n kyverno -f .github/config/kyverno-policies-values.yaml
kubectl apply -f .github/config/k8-ldap-configmaps.yaml
timeout 120 /bin/bash -c 'until kubectl get pods -n kyverno -l app.kubernetes.io/component=admission-controller -o jsonpath="{.items[0].status.phase}" | grep Running ; do echo "Waiting for Kyverno" ; sleep 10 ; done'
sleep 120
- name: Add namespaces
run: kubectl apply -f .github/config/namespaces.yaml
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.3.1
version: 0.3.2
appVersion: v0.1.0
maintainers:
- name: treydock
dependencies:
- name: webservice
version: 0.36.1
version: 0.36.2
repository: https://osc.github.io/osc-helm-charts/
# repository: file://../../charts/webservice

0 comments on commit 271d9e4

Please sign in to comment.