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

[release-v2.7] Hotfix rancher logging #4540

Merged
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ bin
.charts-build-scripts
*.swp
logs/*
state.json
4 changes: 3 additions & 1 deletion packages/rancher-logging/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
url: https://kubernetes-charts.banzaicloud.com/charts/logging-operator-3.17.10.tgz
url: github.coim/kube-logging/logging-operator.git
commit: ebf7ec008e8c1d5dbc7a8454d4a209153a4ccca7
subdirectory: charts/logging-operator
version: 102.0.3
additionalCharts:
- workingDir: charts-crd
Expand Down
2 changes: 1 addition & 1 deletion scripts/version
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -e

CHARTS_BUILD_SCRIPTS_REPO=https://github.com/rancher/charts-build-scripts.git
CHARTS_BUILD_SCRIPT_VERSION="${CHARTS_BUILD_SCRIPT_VERSION:-v0.8.1}"
CHARTS_BUILD_SCRIPT_VERSION="${CHARTS_BUILD_SCRIPT_VERSION:-v1.0.0}"
29 changes: 29 additions & 0 deletions version_rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"prod-branch-prefix": "release-v",
"dev-branch-prefix": "dev-v",
"rules": {
"2.10": {
"min": "105.0.0",
"max": "106.0.0"
},
"2.9": {
"min": "104.0.0",
"max": "105.0.0"
},
"2.8": {
"min": "103.0.0",
"max": "104.0.0"
},
"2.7": {
"min": "101.0.0",
"max": "103.0.0"
},
"2.6": {
"min": "100.0.0",
"max": "101.0.0"
},
"2.5": {
"max": "100.0.0"
}
}
}