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

fix(botkube): update flux helm-release to v1.4.1 #1890

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

tyriis-automation[bot]
Copy link
Contributor

@tyriis-automation tyriis-automation bot commented Sep 15, 2023

This PR contains the following updates:

Package Update Change
botkube (source) patch v1.4.0 -> v1.4.1

Release Notes

kubeshop/botkube (botkube)

v1.4.1

Compare Source

What's Changed

Implemented Enhancements 🎉
Fixed Bugs 🐛

Full Changelog: kubeshop/botkube@v1.4.0...v1.4.1


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@tyriis-automation tyriis-automation bot added renovate/flux renovate flux manager renovate/helm renovate helm datasource type/patch a patch for a bug labels Sep 15, 2023
@github-actions
Copy link
Contributor

Helm Release: kubernetes/apps/observability/botkube/app/helm-release.yaml

data.global_config.yaml  (ConfigMap/default/botkube-global-config)
  ± value change
    - executors:
        ai:
          botkube/doctor:
            config:
              apiKey: ""
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: false
        bins-management:
          botkube/exec:
            config:
              templates:
              - ref: github.com/kubeshop/botkube//cmd/executor/exec/templates?ref=v1.4.0
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: false
        flux:
          botkube/flux:
            config:
              github:
                auth:
                  accessToken: ""
              log:
                level: info
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: false
        k8s-default-tools:
          botkube/helm:
            config:
              defaultNamespace: default
              helmCacheDir: /tmp/helm/.cache
              helmConfigDir: /tmp/helm/
              helmDriver: secret
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: false
          botkube/kubectl:
            config:
              defaultNamespace: default
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: false
        kubectl-read-only:
          botkube/kubectl:
            enabled: true
      
      aliases:
        chatgpt:
          command: doctor
          displayName: Doctor alias
        k:
          command: kubectl
          displayName: Kubectl alias
        kc:
          command: kubectl
          displayName: Kubectl alias
        x:
          command: exec
          displayName: Exec alias
      
      actions:
        describe-created-resource:
          bindings:
            executors:
            - k8s-default-tools
            sources:
            - k8s-create-events
          command: kubectl describe {{ .Event.Kind | lower }}{{ if .Event.Namespace }} -n
            {{ .Event.Namespace }}{{ end }} {{ .Event.Name }}
          displayName: Describe created resource
          enabled: false
        show-logs-on-error:
          bindings:
            executors:
            - k8s-default-tools
            sources:
            - k8s-err-with-logs-events
          command: kubectl logs {{ .Event.Kind | lower }}/{{ .Event.Name }} -n {{ .Event.Namespace
            }}
          displayName: Show logs on error
          enabled: false
      
      settings:
        clusterName: ${SETTING_CLUSTERNAME}
        healthPort: 2114
        lifecycleServer:
          enabled: true
          port: 2113
        log:
          disableColors: false
          formatter: json
          level: info
        persistentConfig:
          runtime:
            configMap:
              annotations: {}
              name: botkube-runtime-config
            fileName: _runtime_state.yaml
          startup:
            configMap:
              annotations: {}
              name: botkube-startup-config
            fileName: _startup_state.yaml
        systemConfigMap:
          name: botkube-system
        upgradeNotifier: true
      
      sources:
        argocd:
          botkube/argocd:
            config:
              argoCD:
                notificationsConfigMap:
                  name: argocd-notifications-cm
                  namespace: argocd
                uiBaseUrl: http://localhost:8080
              defaultSubscriptions:
                applications:
                - name: guestbook
                  namespace: argocd
            context:
              rbac:
                group:
                  static:
                    values:
                    - argocd
                  type: Static
            enabled: false
        crds:
          displayName: CRDS
          kubernetes:
            events:
            - create
            - delete
            - error
            namespaces:
              include:
              - all
            resources:
            - name: helm.toolkit.fluxcd.io/v2beta1/helmreleases
            - name: source.toolkit.fluxcd.io/v1beta2/helmcharts
            - name: kustomize.toolkit.fluxcd.io/v1beta2/kustomizations
            - name: notification.toolkit.fluxcd.io/v1beta1/alerts
            - name: monitoring.coreos.com/v1/podmonitors
            - name: monitoring.coreos.com/v1/servicemonitors
        k8s-all-events:
          botkube/kubernetes:
            config:
              annotations: {}
              event:
                message:
                  exclude: []
                  include: []
                reason:
                  exclude: []
                  include: []
                types:
                - create
                - delete
                - error
              filters:
                nodeEventsChecker: true
                objectAnnotationChecker: true
              labels: {}
              namespaces:
                include:
                - .*
              resources:
              - type: v1/pods
              - type: v1/services
              - type: networking.k8s.io/v1/ingresses
              - event:
                  message:
                    exclude:
                    - .*nf_conntrack_buckets.*
                type: v1/nodes
              - type: v1/namespaces
              - type: v1/persistentvolumes
              - type: v1/persistentvolumeclaims
              - type: v1/configmaps
              - type: rbac.authorization.k8s.io/v1/roles
              - type: rbac.authorization.k8s.io/v1/rolebindings
              - type: rbac.authorization.k8s.io/v1/clusterrolebindings
              - type: rbac.authorization.k8s.io/v1/clusterroles
              - event:
                  types:
                  - create
                  - update
                  - delete
                  - error
                type: apps/v1/daemonsets
                updateSetting:
                  fields:
                  - spec.template.spec.containers[*].image
                  - status.numberReady
                  includeDiff: true
              - event:
                  types:
                  - create
                  - update
                  - delete
                  - error
                type: batch/v1/jobs
                updateSetting:
                  fields:
                  - spec.template.spec.containers[*].image
                  - status.conditions[*].type
                  includeDiff: true
              - event:
                  types:
                  - create
                  - update
                  - delete
                  - error
                type: apps/v1/deployments
                updateSetting:
                  fields:
                  - spec.template.spec.containers[*].image
                  - status.availableReplicas
                  includeDiff: true
              - event:
                  types:
                  - create
                  - update
                  - delete
                  - error
                type: apps/v1/statefulsets
                updateSetting:
                  fields:
                  - spec.template.spec.containers[*].image
                  - status.readyReplicas
                  includeDiff: true
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: true
          displayName: Kubernetes Info
        k8s-create-events:
          botkube/kubernetes:
            config:
              event:
                types:
                - create
              namespaces:
                include:
                - .*
              resources:
              - type: v1/pods
              - type: v1/services
              - type: networking.k8s.io/v1/ingresses
              - type: v1/nodes
              - type: v1/namespaces
              - type: v1/configmaps
              - type: apps/v1/deployments
              - type: apps/v1/statefulsets
              - type: apps/v1/daemonsets
              - type: batch/v1/jobs
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: true
          displayName: Kubernetes Resource Created Events
        k8s-err-events:
          botkube/kubernetes:
            config:
              event:
                types:
                - error
              namespaces:
                include:
                - .*
              resources:
              - type: v1/pods
              - type: v1/services
              - type: networking.k8s.io/v1/ingresses
              - event:
                  message:
                    exclude:
                    - .*nf_conntrack_buckets.*
                type: v1/nodes
              - type: v1/namespaces
              - type: v1/persistentvolumes
              - type: v1/persistentvolumeclaims
              - type: v1/configmaps
              - type: rbac.authorization.k8s.io/v1/roles
              - type: rbac.authorization.k8s.io/v1/rolebindings
              - type: rbac.authorization.k8s.io/v1/clusterrolebindings
              - type: rbac.authorization.k8s.io/v1/clusterroles
              - type: apps/v1/deployments
              - type: apps/v1/statefulsets
              - type: apps/v1/daemonsets
              - type: batch/v1/jobs
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: true
          displayName: Kubernetes Errors
        k8s-err-events-with-ai-support:
          botkube/kubernetes:
            config:
              event:
                types:
                - error
              extraButtons:
              - button:
                  commandTpl: doctor --resource={{ .Kind | lower }}/{{ .Name }} --namespace={{
                    .Namespace }} --error={{ .Reason }} --bk-cmd-header='AI assistance'
                  displayName: Get Help
                enabled: true
                trigger:
                  type:
                  - error
              namespaces:
                include:
                - .*
              resources:
              - type: v1/pods
              - type: v1/services
              - type: networking.k8s.io/v1/ingresses
              - event:
                  message:
                    exclude:
                    - .*nf_conntrack_buckets.*
                type: v1/nodes
              - type: v1/namespaces
              - type: v1/persistentvolumes
              - type: v1/persistentvolumeclaims
              - type: v1/configmaps
              - type: rbac.authorization.k8s.io/v1/roles
              - type: rbac.authorization.k8s.io/v1/rolebindings
              - type: rbac.authorization.k8s.io/v1/clusterrolebindings
              - type: rbac.authorization.k8s.io/v1/clusterroles
              - type: apps/v1/deployments
              - type: apps/v1/statefulsets
              - type: apps/v1/daemonsets
              - type: batch/v1/jobs
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: false
          displayName: Kubernetes Errors with AI support
        k8s-err-with-logs-events:
          botkube/kubernetes:
            config:
              event:
                types:
                - error
              namespaces:
                include:
                - .*
              resources:
              - type: v1/pods
              - type: apps/v1/deployments
              - type: apps/v1/statefulsets
              - type: apps/v1/daemonsets
              - type: batch/v1/jobs
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: true
          displayName: Kubernetes Errors for resources with logs
        k8s-recommendation-events:
          botkube/kubernetes:
            config:
              namespaces:
                include:
                - .*
              recommendations:
                ingress:
                  backendServiceValid: true
                  tlsSecretValid: true
                pod:
                  labelsSet: true
                  noLatestImageTag: true
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: true
          displayName: Kubernetes Recommendations
        keptn:
          botkube/keptn:
            config:
              log:
                level: info
              project: ""
              service: ""
              token: ""
              url: http://api-gateway-nginx.keptn.svc.cluster.local/api
            enabled: false
        prometheus:
          botkube/prometheus:
            config:
              alertStates:
              - firing
              - pending
              - inactive
              ignoreOldAlerts: true
              log:
                level: info
              url: http://localhost:9090
            enabled: false
      
      configWatcher:
        enabled: true
        image:
          pullPolicy: IfNotPresent
          registry: ghcr.io
          repository: kubeshop/k8s-sidecar
          tag: in-cluster-config
        initialSyncTimeout: 0
        tmpDir: /tmp/watched-cfg/
      
      plugins:
        cacheDir: /tmp
        repositories:
          botkube:
            url: https://github.com/kubeshop/botkube/releases/download/v1.4.0/plugins-index.yaml
        incomingWebhook:
          enabled: true
          # port and baseInClusterURL are set via envs
      
      analytics:
        disable: false
      
  
    + executors:
        ai:
          botkube/doctor:
            config:
              apiKey: ""
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: false
        bins-management:
          botkube/exec:
            config:
              templates:
              - ref: github.com/kubeshop/botkube//cmd/executor/exec/templates?ref=v1.4.1
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: false
        flux:
          botkube/flux:
            config:
              github:
                auth:
                  accessToken: ""
              log:
                level: info
            context:
              rbac:
                group:
                  static:
                    values:
                    - botkube-plugins-default
                    - flux-read-patch
                  type: Static
            enabled: false
        k8s-default-tools:
          botkube/helm:
            config:
              defaultNamespace: default
              helmCacheDir: /tmp/helm/.cache
              helmConfigDir: /tmp/helm/
              helmDriver: secret
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: false
          botkube/kubectl:
            config:
              defaultNamespace: default
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: false
        kubectl-read-only:
          botkube/kubectl:
            enabled: true
      
      aliases:
        chatgpt:
          command: doctor
          displayName: Doctor alias
        k:
          command: kubectl
          displayName: Kubectl alias
        kc:
          command: kubectl
          displayName: Kubectl alias
        x:
          command: exec
          displayName: Exec alias
      
      actions:
        describe-created-resource:
          bindings:
            executors:
            - k8s-default-tools
            sources:
            - k8s-create-events
          command: kubectl describe {{ .Event.Kind | lower }}{{ if .Event.Namespace }} -n
            {{ .Event.Namespace }}{{ end }} {{ .Event.Name }}
          displayName: Describe created resource
          enabled: false
        show-logs-on-error:
          bindings:
            executors:
            - k8s-default-tools
            sources:
            - k8s-err-with-logs-events
          command: kubectl logs {{ .Event.Kind | lower }}/{{ .Event.Name }} -n {{ .Event.Namespace
            }}
          displayName: Show logs on error
          enabled: false
      
      settings:
        clusterName: ${SETTING_CLUSTERNAME}
        healthPort: 2114
        lifecycleServer:
          enabled: true
          port: 2113
        log:
          disableColors: false
          formatter: json
          level: info
        persistentConfig:
          runtime:
            configMap:
              annotations: {}
              name: botkube-runtime-config
            fileName: _runtime_state.yaml
          startup:
            configMap:
              annotations: {}
              name: botkube-startup-config
            fileName: _startup_state.yaml
        systemConfigMap:
          name: botkube-system
        upgradeNotifier: true
      
      sources:
        argocd:
          botkube/argocd:
            config:
              argoCD:
                notificationsConfigMap:
                  name: argocd-notifications-cm
                  namespace: argocd
                uiBaseUrl: http://localhost:8080
              defaultSubscriptions:
                applications:
                - name: guestbook
                  namespace: argocd
            context:
              rbac:
                group:
                  static:
                    values:
                    - argocd
                  type: Static
            enabled: false
        crds:
          displayName: CRDS
          kubernetes:
            events:
            - create
            - delete
            - error
            namespaces:
              include:
              - all
            resources:
            - name: helm.toolkit.fluxcd.io/v2beta1/helmreleases
            - name: source.toolkit.fluxcd.io/v1beta2/helmcharts
            - name: kustomize.toolkit.fluxcd.io/v1beta2/kustomizations
            - name: notification.toolkit.fluxcd.io/v1beta1/alerts
            - name: monitoring.coreos.com/v1/podmonitors
            - name: monitoring.coreos.com/v1/servicemonitors
        k8s-all-events:
          botkube/kubernetes:
            config:
              annotations: {}
              event:
                message:
                  exclude: []
                  include: []
                reason:
                  exclude: []
                  include: []
                types:
                - create
                - delete
                - error
              filters:
                nodeEventsChecker: true
                objectAnnotationChecker: true
              labels: {}
              namespaces:
                include:
                - .*
              resources:
              - type: v1/pods
              - type: v1/services
              - type: networking.k8s.io/v1/ingresses
              - event:
                  message:
                    exclude:
                    - .*nf_conntrack_buckets.*
                type: v1/nodes
              - type: v1/namespaces
              - type: v1/persistentvolumes
              - type: v1/persistentvolumeclaims
              - type: v1/configmaps
              - type: rbac.authorization.k8s.io/v1/roles
              - type: rbac.authorization.k8s.io/v1/rolebindings
              - type: rbac.authorization.k8s.io/v1/clusterrolebindings
              - type: rbac.authorization.k8s.io/v1/clusterroles
              - event:
                  types:
                  - create
                  - update
                  - delete
                  - error
                type: apps/v1/daemonsets
                updateSetting:
                  fields:
                  - spec.template.spec.containers[*].image
                  - status.numberReady
                  includeDiff: true
              - event:
                  types:
                  - create
                  - update
                  - delete
                  - error
                type: batch/v1/jobs
                updateSetting:
                  fields:
                  - spec.template.spec.containers[*].image
                  - status.conditions[*].type
                  includeDiff: true
              - event:
                  types:
                  - create
                  - update
                  - delete
                  - error
                type: apps/v1/deployments
                updateSetting:
                  fields:
                  - spec.template.spec.containers[*].image
                  - status.availableReplicas
                  includeDiff: true
              - event:
                  types:
                  - create
                  - update
                  - delete
                  - error
                type: apps/v1/statefulsets
                updateSetting:
                  fields:
                  - spec.template.spec.containers[*].image
                  - status.readyReplicas
                  includeDiff: true
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: true
          displayName: Kubernetes Info
        k8s-create-events:
          botkube/kubernetes:
            config:
              event:
                types:
                - create
              namespaces:
                include:
                - .*
              resources:
              - type: v1/pods
              - type: v1/services
              - type: networking.k8s.io/v1/ingresses
              - type: v1/nodes
              - type: v1/namespaces
              - type: v1/configmaps
              - type: apps/v1/deployments
              - type: apps/v1/statefulsets
              - type: apps/v1/daemonsets
              - type: batch/v1/jobs
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: true
          displayName: Kubernetes Resource Created Events
        k8s-err-events:
          botkube/kubernetes:
            config:
              event:
                types:
                - error
              namespaces:
                include:
                - .*
              resources:
              - type: v1/pods
              - type: v1/services
              - type: networking.k8s.io/v1/ingresses
              - event:
                  message:
                    exclude:
                    - .*nf_conntrack_buckets.*
                type: v1/nodes
              - type: v1/namespaces
              - type: v1/persistentvolumes
              - type: v1/persistentvolumeclaims
              - type: v1/configmaps
              - type: rbac.authorization.k8s.io/v1/roles
              - type: rbac.authorization.k8s.io/v1/rolebindings
              - type: rbac.authorization.k8s.io/v1/clusterrolebindings
              - type: rbac.authorization.k8s.io/v1/clusterroles
              - type: apps/v1/deployments
              - type: apps/v1/statefulsets
              - type: apps/v1/daemonsets
              - type: batch/v1/jobs
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: true
          displayName: Kubernetes Errors
        k8s-err-events-with-ai-support:
          botkube/kubernetes:
            config:
              event:
                types:
                - error
              extraButtons:
              - button:
                  commandTpl: doctor --resource={{ .Kind | lower }}/{{ .Name }} --namespace={{
                    .Namespace }} --error={{ .Reason }} --bk-cmd-header='AI assistance'
                  displayName: Get Help
                enabled: true
                trigger:
                  type:
                  - error
              namespaces:
                include:
                - .*
              resources:
              - type: v1/pods
              - type: v1/services
              - type: networking.k8s.io/v1/ingresses
              - event:
                  message:
                    exclude:
                    - .*nf_conntrack_buckets.*
                type: v1/nodes
              - type: v1/namespaces
              - type: v1/persistentvolumes
              - type: v1/persistentvolumeclaims
              - type: v1/configmaps
              - type: rbac.authorization.k8s.io/v1/roles
              - type: rbac.authorization.k8s.io/v1/rolebindings
              - type: rbac.authorization.k8s.io/v1/clusterrolebindings
              - type: rbac.authorization.k8s.io/v1/clusterroles
              - type: apps/v1/deployments
              - type: apps/v1/statefulsets
              - type: apps/v1/daemonsets
              - type: batch/v1/jobs
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: false
          displayName: Kubernetes Errors with AI support
        k8s-err-with-logs-events:
          botkube/kubernetes:
            config:
              event:
                types:
                - error
              namespaces:
                include:
                - .*
              resources:
              - type: v1/pods
              - type: apps/v1/deployments
              - type: apps/v1/statefulsets
              - type: apps/v1/daemonsets
              - type: batch/v1/jobs
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: true
          displayName: Kubernetes Errors for resources with logs
        k8s-recommendation-events:
          botkube/kubernetes:
            config:
              namespaces:
                include:
                - .*
              recommendations:
                ingress:
                  backendServiceValid: true
                  tlsSecretValid: true
                pod:
                  labelsSet: true
                  noLatestImageTag: true
            context:
              rbac:
                group:
                  prefix: ""
                  static:
                    values:
                    - botkube-plugins-default
                  type: Static
            enabled: true
          displayName: Kubernetes Recommendations
        keptn:
          botkube/keptn:
            config:
              log:
                level: info
              project: ""
              service: ""
              token: ""
              url: http://api-gateway-nginx.keptn.svc.cluster.local/api
            enabled: false
        prometheus:
          botkube/prometheus:
            config:
              alertStates:
              - firing
              - pending
              - inactive
              ignoreOldAlerts: true
              log:
                level: info
              url: http://localhost:9090
            enabled: false
      
      configWatcher:
        enabled: true
        image:
          pullPolicy: IfNotPresent
          registry: ghcr.io
          repository: kubeshop/k8s-sidecar
          tag: in-cluster-config
        initialSyncTimeout: 0
        tmpDir: /tmp/watched-cfg/
      
      plugins:
        cacheDir: /tmp
        repositories:
          botkube:
            url: https://github.com/kubeshop/botkube/releases/download/v1.4.1/plugins-index.yaml
        incomingWebhook:
          enabled: true
          # port and baseInClusterURL are set via envs
      
      analytics:
        disable: false
      
  
  

spec.template.spec.containers.botkube.image  (Deployment/default/botkube)
  ± value change
    - ghcr.io/kubeshop/botkube:v1.4.0
    + ghcr.io/kubeshop/botkube:v1.4.1

spec.selector.matchLabels.helm.sh/chart  (ServiceMonitor/default/botkube)
  ± value change
    - botkube-v1.4.0
    + botkube-v1.4.1

@github-actions
Copy link
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY gitleaks yes no 1.98s
✅ YAML prettier 1 0 0.55s
✅ YAML yamllint 1 0 0.36s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@tyriis-automation tyriis-automation bot merged commit 369d1ed into main Sep 15, 2023
4 checks passed
@tyriis-automation tyriis-automation bot deleted the renovate/botkube-1.4.x branch September 15, 2023 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/flux renovate flux manager renovate/helm renovate helm datasource type/patch a patch for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants