Skip to content

Commit

Permalink
fix: update ghcr.io/optimistiksas/oibus docker tag to v3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nicolasnoel committed Oct 2, 2024
1 parent cdf55ff commit 0161f1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/oibus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: oibus # must be lowercase
description: OIBus - Data collection solution
type: application
version: "3.4.5"
appVersion: "v3.4.5"
version: "3.4.6"
appVersion: "v3.4.6"

icon: https://github.com/OptimistikSAS/OIBus/blob/main/frontend/public/oibus.png?raw=true
home: https://github.com/OptimistikSAS/OIBus
Expand Down
2 changes: 1 addition & 1 deletion charts/oibus/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# oibus

![Version: 3.4.5](https://img.shields.io/badge/Version-3.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.4.5](https://img.shields.io/badge/AppVersion-v3.4.5-informational?style=flat-square)
![Version: 3.4.6](https://img.shields.io/badge/Version-3.4.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.4.6](https://img.shields.io/badge/AppVersion-v3.4.6-informational?style=flat-square)

OIBus - Data collection solution

Expand Down
4 changes: 2 additions & 2 deletions charts/oibus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:
tag: ""

# This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets:
imagePullSecrets:
# This is to override the chart name.
nameOverride: ""
fullnameOverride: ""
Expand Down Expand Up @@ -123,7 +123,7 @@ oibus:
persistence:
data:
# -- Allow the data to persist between pod renewal
enabled: true #false
enabled: true
# -- Storage class of the data PVC
storageClass: ""
# -- Storage size of the data PVC Mi or Gi
Expand Down

0 comments on commit 0161f1f

Please sign in to comment.