Skip to content

Commit

Permalink
Bump up obsctl-reloader (#559)
Browse files Browse the repository at this point in the history
Signed-off-by: Vibhu Prashar <[email protected]>
  • Loading branch information
vprashar2929 authored Jul 27, 2023
1 parent e734083 commit cca882f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/services/observatorium-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1865,7 +1865,7 @@ parameters:
- name: OBSCTL_RELOADER_IMAGE
value: quay.io/app-sre/obsctl-reloader
- name: OBSCTL_RELOADER_IMAGE_TAG
value: 7b279a1
value: 6743d93
- name: METRICS_WRITE_SERVICE_NAME
value: observatorium-thanos-receive
- name: METRICS_WRITE_SERVICE_PORT
Expand Down
2 changes: 1 addition & 1 deletion services/observatorium-template.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ local obs = import 'observatorium.libsonnet';
{ name: 'RHTAP_RELOADER_SECRET_NAME', value: 'observatorium-rhtap' },
{ name: 'LOG_RULES_ENABLED', value: 'true' },
{ name: 'OBSCTL_RELOADER_IMAGE', value: 'quay.io/app-sre/obsctl-reloader' },
{ name: 'OBSCTL_RELOADER_IMAGE_TAG', value: '7b279a1' },
{ name: 'OBSCTL_RELOADER_IMAGE_TAG', value: '6743d93' },
{ name: 'METRICS_WRITE_SERVICE_NAME', value: obs.thanos.receiversService.metadata.name },
{ name: 'METRICS_WRITE_SERVICE_PORT', value: std.toString(obs.thanos.receiversService.spec.ports[2].port) },
// AMS Org IDs
Expand Down

0 comments on commit cca882f

Please sign in to comment.