diff --git a/helm/charts/opa/Chart.yaml b/helm/charts/opa/Chart.yaml index dd05bb7..37a6321 100644 --- a/helm/charts/opa/Chart.yaml +++ b/helm/charts/opa/Chart.yaml @@ -3,7 +3,7 @@ name: opa description: A Helm chart for opa type: application version: 1.9.0 -appVersion: 1.0.1 +appVersion: 1.7.1 dependencies: - name: mc-labels-and-annotations version: 0.7.0 diff --git a/helm/charts/opa/values.yaml b/helm/charts/opa/values.yaml index e28a78e..3be6618 100644 --- a/helm/charts/opa/values.yaml +++ b/helm/charts/opa/values.yaml @@ -53,7 +53,7 @@ decisionLogs: tracing: enabled: false - type: grpc + type: http endpoint: localhost:4317 # samplePercentage: 1 # Default is 100% diff --git a/packages/auth-cron/Dockerfile b/packages/auth-cron/Dockerfile index 7018d1e..9568948 100644 --- a/packages/auth-cron/Dockerfile +++ b/packages/auth-cron/Dockerfile @@ -18,7 +18,7 @@ FROM node:20.19.1-alpine3.21 as production ARG package=auth-cron RUN apk add dumb-init && \ - wget -O /usr/bin/opa https://openpolicyagent.org/downloads/v1.0.1/opa_linux_amd64_static && \ + wget -O /usr/bin/opa https://openpolicyagent.org/downloads/v1.7.1/opa_linux_amd64_static && \ chmod a+x /usr/bin/opa ENV NODE_ENV=production