Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
12 changes: 6 additions & 6 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion helm/charts/opa/config/opa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
Loading