Skip to content

Commit

Permalink
fix(container): update dragonfly operator group ( v1.1.5 → v1.1.6 ) (…
Browse files Browse the repository at this point in the history
…patch) (#804)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.dragonflydb.io/dragonflydb/operator | patch | `v1.1.5` ->
`v1.1.6` |
|
[dragonflydb/dragonfly-operator](https://togithub.com/dragonflydb/dragonfly-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: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] authored Jul 19, 2024
1 parent 7870331 commit 280d4a9
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 @@ -55,7 +55,7 @@ spec:
app:
image:
repository: docker.dragonflydb.io/dragonflydb/operator
tag: v1.1.5
tag: v1.1.6
args:
- "--health-probe-bind-address=:8081"
- "--metrics-bind-address=127.0.0.1:8080"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- 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
- ./rbac.yaml
- ./helmrelease.yaml

0 comments on commit 280d4a9

Please sign in to comment.