Skip to content

Commit

Permalink
fix(github-release): update dragonfly operator group ( v1.1.5 → v1.1.…
Browse files Browse the repository at this point in the history
…6 ) (patch) (#5080)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[dragonflydb/dragonfly-operator](https://togithub.com/dragonflydb/dragonfly-operator)
| patch | `v1.1.5` -> `v1.1.6` |
| ghcr.io/dragonflydb/operator | patch | `v1.1.5` -> `v1.1.6` |

---

### Release Notes

<details>
<summary>dragonflydb/dragonfly-operator
(dragonflydb/dragonfly-operator)</summary>

###
[`v1.1.6`](https://togithub.com/dragonflydb/dragonfly-operator/releases/tag/v1.1.6)

[Compare
Source](https://togithub.com/dragonflydb/dragonfly-operator/compare/v1.1.5...v1.1.6)

Release v1.1.6

Docker image: `docker.dragonflydb.io/dragonflydb/operator:v1.1.6`
Helm chart: `oci://ghcr.io/dragonflydb/dragonfly-operator/helm:v1.1.6`

This release introduces support for Helm Chart (beta), enhanced with
monitoring features including ServiceMonitor and Grafana Dashboard. The
Helm Chart is currently in its beta phase.

Heartfelt thanks to
[@&#8203;nujragan93](https://togithub.com/nujragan93),
[@&#8203;Aym3nTN](https://togithub.com/Aym3nTN) and
[@&#8203;nlamirault](https://togithub.com/nlamirault) for helping us in
this effort!

##### What's Changed

- fix(helm): install crds by default by
[@&#8203;Abhra303](https://togithub.com/Abhra303) in
[https://github.com/dragonflydb/dragonfly-operator/pull/218](https://togithub.com/dragonflydb/dragonfly-operator/pull/218)
- feat(helm): Grafana dashboard using configmap and Grafana Operator by
[@&#8203;nlamirault](https://togithub.com/nlamirault) in
[https://github.com/dragonflydb/dragonfly-operator/pull/213](https://togithub.com/dragonflydb/dragonfly-operator/pull/213)
- feat(helm): cleanup Kubernetes recommended labels and support
additional labels by
[@&#8203;nlamirault](https://togithub.com/nlamirault) in
[https://github.com/dragonflydb/dragonfly-operator/pull/211](https://togithub.com/dragonflydb/dragonfly-operator/pull/211)
- feat(version): release 1.1.6 of Operator by
[@&#8203;Abhra303](https://togithub.com/Abhra303) in
[https://github.com/dragonflydb/dragonfly-operator/pull/219](https://togithub.com/dragonflydb/dragonfly-operator/pull/219)

**Full Changelog**:
dragonflydb/dragonfly-operator@v1.1.5...v1.1.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQzMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Jul 19, 2024
1 parent e5929c7 commit 81a5cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
app:
image:
repository: ghcr.io/dragonflydb/operator
tag: v1.1.5@sha256:f0c6e6b36a17d7c5fc8978e340694041bd7d0a50ad56fcb00d8d7deffea83f35
tag: v1.1.6@sha256:d4264c2ad826e6db3dc0c53acab6f92d45cedcd852895bf79fd8e886f813caec
command: ["/manager"]
args:
- --health-probe-bind-address=:8081
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# renovate: datasource=github-releases depName=dragonflydb/dragonfly-operator
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.5/manifests/crd.yaml
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.6/manifests/crd.yaml
- ./helmrelease.yaml
- ./rbac.yaml

0 comments on commit 81a5cdb

Please sign in to comment.