-
Notifications
You must be signed in to change notification settings - Fork 44
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
chore(logging-apps): Fail deprecated loki-stack installations #1367
chore(logging-apps): Fail deprecated loki-stack installations #1367
Conversation
787b0f6
to
6e2ff81
Compare
@@ -1,33 +1,3 @@ | |||
{{ if .Values.lokiStack.enabled }} | |||
{{ template "argoconfig.application" (list . "logging-apps.lokiStack") }} | |||
{{ fail "loki-stack is DEPRECATED, uuse `loki` and `promtail` individually" }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{ fail "loki-stack is DEPRECATED, uuse `loki` and `promtail` individually" }} | |
{{ fail "loki-stack is DEPRECATED, use `loki` and `promtail` individually" }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed and rebased
charts/logging-apps/Chart.yaml
Outdated
@@ -2,7 +2,7 @@ apiVersion: v2 | |||
name: logging-apps | |||
description: Argo CD app-of-apps config for logging applications | |||
type: application | |||
version: 0.35.0 | |||
version: 0.35.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
imo this should be a minor version, as it's a potentially breaking change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated this.
Users should keep in mind that the -apps
charts have been doing https://0ver.org/ without any goal to change that.
2f18361
to
e499a24
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
e499a24
to
f069948
Compare
Description
The loki-stack installation has been marked as deprecated for more than 6 months and it gets to fail now.
Issues
Checklist
artifacthub.io/changes
annotation inChart.yaml
, check the example in the documentation.pre-commit run
docs/