Skip to content

Commit

Permalink
[release-2.2] bump kommander charts to rc.4 (#288)
Browse files Browse the repository at this point in the history
* fix: bumping kubetunnel to 0.0.11 (#262)

* fix: Increase kustomization interval to 6h (#256)

* fix: Add retryInterval to all kustomizations

* build: Add dir prefix in release tarball

* build: Only include relevant files in release tarball

* feat: Add dkp-insights-management v0.1.2 (#263)

* feat: Add dkp-insights-managment v0.1.0-rc.2

* fix: use v0.1.2 instead of previous rc releases

* fix: add charts/ to base helm mirror path

* fix: undo charts/ to base helm mirror path

* fix: rename folders to 0.1.2 to align version numbers

* fix: Rework DKP Insights to have kustomization point to helmrelease

* fix: add retryInterval

* feat: bump kubecost to 0.23.2 (#267)

* chore(logging-operator): bump configmap-reload image to v0.7.1 (#269)

* build: Use /dkp/<version> as s3 path for release (#272)

* feat: bump kubecost to 0.23.3 (#270)

* feat: bump logging-operator to 3.17.2 (#277)

* chore(loki): Bump gateway nginx image tag

* chore: Update comment on image override

* feat: bump dex chart to 2.9.14 (#280)

* fix: Add metadata name to mtls-proxy (#281)

* feat: bump KPS to 33.1.5 (#282)

* feat: Bump gitea to 5.0.4 (#279)

Signed-off-by: Mikołaj Baranowski <mikolajb@gmail.com>

* fix: Use - instead of _ in arch name (#286)

* feat: add flux to default apps (#271)

* fix: Bump fluentbit and logging-operator to use same fluentbit image (#285)

* fix: Bump fluentbit to solve CVEs

Signed-off-by: Mikołaj Baranowski <mikolajb@gmail.com>

* chore: Bump logging-operator to 3.17.2

* chore: Add comment to upgrade fluent-bit img

Co-authored-by: Grace Do <xgrace@gmail.com>

* feat: Bump kommander to rc.4

Co-authored-by: Weiyanli Chen(York) <6115189+cwyl02@users.noreply.github.com>
Co-authored-by: Casey Buto <cbuto@d2iq.com>
Co-authored-by: Jimmi Dyson <jimmidyson@gmail.com>
Co-authored-by: Kaiwalya R Joshi <kjoshi@d2iq.com>
Co-authored-by: Mikołaj Baranowski <mikolajb@gmail.com>
Co-authored-by: Tarun Gupta Akirala <takirala@users.noreply.github.com>
  • Loading branch information
7 people committed Apr 1, 2022
1 parent 9a5b094 commit bd3bc06
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ S3_PATH ?= "dkp/$(GIT_TAG)"
S3_ACL ?= "bucket-owner-full-control"

.PHONY: release
release: ARCHIVE_NAME = kommander-applications_$(GIT_TAG).tar.gz
release: ARCHIVE_NAME = kommander-applications-$(GIT_TAG).tar.gz
release: install-tool.awscli
git archive --format "tar.gz" -o $(ARCHIVE_NAME) \
--prefix kommander-applications/ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: fluent-bit-0.19.17-d2iq-defaults
name: fluent-bit-0.19.22-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
---
# overriding the default image tag to be consistent with logging-operator
image:
tag: 1.8.9
tag: 1.8.14
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
namespace: kommander-flux
# This chart version should be kept in sync with logging-operator.
# Both services should deploy the same version of fluent-bit.
version: 0.19.17
version: 0.19.22
interval: 15s
install:
remediation:
Expand All @@ -26,4 +26,4 @@ spec:
releaseName: kommander-fluent-bit
valuesFrom:
- kind: ConfigMap
name: fluent-bit-0.19.17-d2iq-defaults
name: fluent-bit-0.19.22-d2iq-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-kommander-charts
namespace: kommander-flux
version: "${kommanderChartVersion:=v2.2.0-rc.3}"
version: "${kommanderChartVersion:=v2.2.0-rc.4}"
interval: 15s
install:
remediation:
Expand Down
1 change: 1 addition & 0 deletions services/kommander/0.2.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ data:
cert-manager: "1.7.1"
karma-traefik: "0.0.1"
gatekeeper: "3.7.0"
kommander-flux: "0.27.4"
2 changes: 1 addition & 1 deletion services/kommander/0.2.0/kommander.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-kommander-charts
namespace: kommander-flux
version: "${kommanderChartVersion:=v2.2.0-rc.3}"
version: "${kommanderChartVersion:=v2.2.0-rc.4}"
interval: 15s
# Kommander is quite a big chart and it may need some more time than
# other charts to get ready so setting this to 10 minutes increases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: logging-operator-3.17.2-d2iq-defaults
name: logging-operator-3.17.3-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand All @@ -26,7 +26,7 @@ data:
apiVersion: v1
kind: ConfigMap
metadata:
name: logging-operator-logging-3.17.2-d2iq-defaults
name: logging-operator-logging-3.17.3-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -96,8 +96,9 @@ data:
fluentbit:
image:
# Explicitly use the default image. This should be updated when logging-operator is upgraded.
# Also, update the image in fluent-bit configuration if the image is upgraded here.
repository: fluent/fluent-bit
tag: 1.8.13
tag: 1.8.14
resources:
limits:
memory: 750Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
kind: HelmRepository
name: kubernetes-charts.banzaicloud.com
namespace: kommander-flux
version: 3.17.2
version: 3.17.3
interval: 15s
install:
remediation:
Expand All @@ -26,10 +26,10 @@ spec:
releaseName: logging-operator-logging
valuesFrom:
- kind: ConfigMap
name: logging-operator-logging-3.17.2-d2iq-defaults
name: logging-operator-logging-3.17.3-d2iq-defaults
# FIXME: To make logging-operator-logging work properly with federated
# overrides, the `logging-operator` app should be split into two,
# after which this enntry should be replaced with `configOverrides`
# after which this entry should be replaced with `configOverrides`
# in the AppDeployment
- kind: ConfigMap
name: logging-operator-logging-overrides
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
name: kubernetes-charts.banzaicloud.com
namespace: kommander-flux
# When upgrading, make sure to update the fluent-bit and fluentd images in logging-operator-logging.yaml.
version: 3.17.2
version: 3.17.3
interval: 15s
install:
remediation:
Expand All @@ -24,4 +24,4 @@ spec:
releaseName: logging-operator
valuesFrom:
- kind: ConfigMap
name: logging-operator-3.17.2-d2iq-defaults
name: logging-operator-3.17.3-d2iq-defaults

0 comments on commit bd3bc06

Please sign in to comment.