Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ghcr.io/lsst-sqre/rubin-influx-tools Docker tag to v0.2.0 #2342

Merged
merged 2 commits into from
Sep 8, 2023
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
4 changes: 2 additions & 2 deletions applications/sasquatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Rubin Observatory's telemetry service.
| global.baseUrl | string | Set by Argo CD | Base URL for the environment |
| global.host | string | Set by Argo CD | Host name for ingress |
| global.vaultSecretsPath | string | Set by Argo CD | Base path for Vault secrets |
| bucketmapper.image | object | `{"repository":"ghcr.io/lsst-sqre/rubin-influx-tools","tag":"0.1.23"}` | image for monitoring-related cronjobs |
| bucketmapper.image | object | `{"repository":"ghcr.io/lsst-sqre/rubin-influx-tools","tag":"0.2.0"}` | image for monitoring-related cronjobs |
| bucketmapper.image.repository | string | `"ghcr.io/lsst-sqre/rubin-influx-tools"` | repository for rubin-influx-tools |
| bucketmapper.image.tag | string | `"0.1.23"` | tag for rubin-influx-tools |
| bucketmapper.image.tag | string | `"0.2.0"` | tag for rubin-influx-tools |
| chronograf.enabled | bool | `true` | Enable Chronograf. |
| chronograf.env | object | `{"BASE_PATH":"/chronograf","CUSTOM_AUTO_REFRESH":"1s=1000","HOST_PAGE_DISABLED":true}` | Chronograf environment variables. |
| chronograf.envFromSecret | string | `"sasquatch"` | Chronograf secrets, expected keys generic_client_id, generic_client_secret and token_secret. |
Expand Down
2 changes: 1 addition & 1 deletion applications/sasquatch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ bucketmapper:
# -- repository for rubin-influx-tools
repository: ghcr.io/lsst-sqre/rubin-influx-tools
# -- tag for rubin-influx-tools
tag: 0.1.23
tag: 0.2.0

squareEvents:
# -- Enable the Square Events subchart with topic and user configurations.
Expand Down
Loading