Skip to content

Commit

Permalink
Add OpenShift OAUTH Proxy (Grafana) to generate_artifact_inventory.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas committed Jan 18, 2024
1 parent fecd21f commit eafde86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/generate_artifact_inventory.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ v4m_replace "__OSD_FULL_IMAGE__" "$FULL_IMAGE_ESCAPED" "$file"
parseFullImage "$ES_EXPORTER_FULL_IMAGE"
v4m_replace "__ES_EXPORTER_FULL_IMAGE__" "$FULL_IMAGE_ESCAPED" "$file"

parseFullImage "$OPENSHIFT_OAUTHPROXY_FULL_IMAGE"
v4m_replace "__OPENSHIFT_OAUTHPROXY_FULL_IMAGE__" "$FULL_IMAGE_ESCAPED" "$file"

parseFullImage "$TEMPO_FULL_IMAGE"
v4m_replace "__TEMPO_FULL_IMAGE__" "$FULL_IMAGE_ESCAPED" "$file"

Expand Down

0 comments on commit eafde86

Please sign in to comment.