diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index bc99b42..d3d52fe 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -73,7 +73,7 @@ jobs: uses: docker/build-push-action@v7 with: context: . - tags: ${{ secrets.ACR_URL }}/infra/${{ matrix.service }}:${{ matrix.version }} + tags: ${{ secrets.ACR_URL }}/infra/${{ matrix.service }}:v${{ matrix.version }} cache-from: type=gha cache-to: type=gha,mode=max file: ${{ matrix.dockerfile }} diff --git a/helm/Chart.lock b/helm/Chart.lock index 6f75c9f..e1dfb42 100644 --- a/helm/Chart.lock +++ b/helm/Chart.lock @@ -1,24 +1,24 @@ dependencies: - name: opa repository: file://charts/opa - version: 1.12.0 + version: 2.0.0 - name: auth-cron repository: file://../apps/auth-cron/helm - version: 1.12.0 + version: 2.0.0 - name: auth-manager repository: file://../apps/auth-manager/helm - version: 1.12.0 + version: 2.0.0 - name: nginx repository: oci://acrarolibotnonprod.azurecr.io/helm/common version: 2.1.6 - name: token-kiosk repository: file://../apps/token-kiosk/helm - version: 1.12.0 + version: 2.0.0 - name: nginx repository: oci://acrarolibotnonprod.azurecr.io/helm/common version: 2.1.6 - name: grafana-datasources repository: oci://acrarolibotnonprod.azurecr.io/helm/infra version: 1.0.0 -digest: sha256:0797bfd08fb9ee79413ee32bc2944d1052ed7e250c9140e5a310cbfa4cbf1e73 -generated: "2026-07-22T09:52:31.741378493+03:00" +digest: sha256:c03e1cf81dd8bcadcf3eebdc5de47a005b1502d98cd022c2cb3dbbfcb7ccfdc3 +generated: "2026-07-23T11:03:52.432924958+03:00" diff --git a/helm/charts/opa/config/opa.yaml b/helm/charts/opa/config/opa.yaml index 525685c..9feba9a 100644 --- a/helm/charts/opa/config/opa.yaml +++ b/helm/charts/opa/config/opa.yaml @@ -31,7 +31,7 @@ decision_logs: reporting: buffer_type: event buffer_size_limit_events: {{ .Values.decisionLogs.maxBufferEvents }} - upload_size_limit_bytes: {{ .Values.decisionLogs.maxUploadSizeBytes }} + upload_size_limit_bytes: {{ .Values.decisionLogs.maxUploadSizeBytes | int64 }} min_delay_seconds: {{ .Values.decisionLogs.minDelaySeconds }} max_delay_seconds: {{ .Values.decisionLogs.maxDelaySeconds }}