-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(botkube): update helm-release to v1.8.0 #2429
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
--- kubernetes/talos-flux/apps/observability/botkube/app Kustomization: flux-system/apps-botkube HelmRelease: observability/botkube
+++ kubernetes/talos-flux/apps/observability/botkube/app Kustomization: flux-system/apps-botkube HelmRelease: observability/botkube
@@ -14,13 +14,13 @@
spec:
chart: botkube
sourceRef:
kind: HelmRepository
name: botkube-charts
namespace: flux-system
- version: v1.7.0
+ version: v1.8.0
driftDetection:
ignore:
- paths:
- /metadata
- /data
target: |
--- HelmRelease: observability/botkube ConfigMap: observability/botkube-global-config
+++ HelmRelease: observability/botkube ConfigMap: observability/botkube-global-config
@@ -24,26 +24,28 @@
group:
prefix: ""
static:
values:
- botkube-plugins-default
type: Static
+ displayName: Doctor AI
enabled: false
bins-management:
botkube/exec:
config:
templates:
- - ref: github.com/kubeshop/botkube//cmd/executor/exec/templates?ref=v1.7.0
- context:
- rbac:
- group:
- prefix: ""
- static:
- values:
- - botkube-plugins-default
- type: Static
+ - ref: github.com/kubeshop/botkube//cmd/executor/exec/templates?ref=v1.8.0
+ context:
+ rbac:
+ group:
+ prefix: ""
+ static:
+ values:
+ - botkube-plugins-default
+ type: Static
+ displayName: Exec
enabled: false
flux:
botkube/flux:
config:
github:
auth:
@@ -55,12 +57,13 @@
group:
static:
values:
- botkube-plugins-default
- flux-read-patch
type: Static
+ displayName: Flux
enabled: false
k8s-default-tools:
botkube/helm:
config:
defaultNamespace: default
helmCacheDir: /tmp/helm/.cache
@@ -71,24 +74,26 @@
group:
prefix: ""
static:
values:
- botkube-plugins-default
type: Static
+ displayName: Helm
enabled: false
botkube/kubectl:
config:
defaultNamespace: default
context:
rbac:
group:
prefix: ""
static:
values:
- botkube-plugins-default
type: Static
+ displayName: Kubectl
enabled: false
kubectl-read-only:
botkube/kubectl:
enabled: true
aliases:
@@ -517,13 +522,13 @@
informerResyncPeriod: 10m
plugins:
cacheDir: /tmp
repositories:
botkube:
- url: https://github.com/kubeshop/botkube/releases/download/v1.7.0/plugins-index.yaml
+ url: https://github.com/kubeshop/botkube/releases/download/v1.8.0/plugins-index.yaml
incomingWebhook:
enabled: true
# port and baseInClusterURL are set via envs
restartPolicy:
type: DeactivatePlugin
threshold: 10
--- HelmRelease: observability/botkube Deployment: observability/botkube
+++ HelmRelease: observability/botkube Deployment: observability/botkube
@@ -24,13 +24,13 @@
app: botkube
spec:
automountServiceAccountToken: false
serviceAccountName: botkube-sa
containers:
- name: botkube
- image: ghcr.io/kubeshop/botkube:v1.7.0
+ image: ghcr.io/kubeshop/botkube:v1.8.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
privileged: false
readOnlyRootFilesystem: true
readinessProbe:
--- HelmRelease: observability/botkube ServiceMonitor: observability/botkube
+++ HelmRelease: observability/botkube ServiceMonitor: observability/botkube
@@ -12,13 +12,13 @@
- interval: 10s
port: metrics
path: /metrics
selector:
matchLabels:
app.kubernetes.io/name: botkube
- helm.sh/chart: botkube-v1.7.0
+ helm.sh/chart: botkube-v1.8.0
app.kubernetes.io/instance: botkube
app.kubernetes.io/managed-by: Helm
app: botkube
namespaceSelector:
matchNames:
- observability |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports MegaLinter is graciously provided by OX Security |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/kubernetes
cluster/talos-flux
renovate/flux
renovate flux manager
renovate/helm
renovate helm datasource
type/minor
a minor update
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.7.0
->v1.8.0
Release Notes
kubeshop/botkube (botkube)
v1.8.0
Compare Source
What's Changed
Implemented Enhancements 🎉
Fixed Bugs 🐛
gpt-3.5-turbo-instinct
and fix prompt by @pkosiec in https://github.com/kubeshop/botkube/pull/1349Other Changes ✨
enable
/disable
by @pkosiec in https://github.com/kubeshop/botkube/pull/1354New Contributors
Full Changelog: kubeshop/botkube@v1.7.0...v1.8.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.