Skip to content

Commit

Permalink
[ORB-737] change to use new docker hub organization (#55)
Browse files Browse the repository at this point in the history
* change to use new docker hub organization

* bump version
  • Loading branch information
etaques authored Mar 28, 2023
1 parent a324678 commit 1cadc52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/orb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ name: orb
description: Orb Observability Platform
icon: https://avatars1.githubusercontent.com/u/13207490
type: application
version: 1.0.44
appVersion: "0.22.0"
version: 1.0.45
appVersion: "0.24.0"
home: https://getorb.io
sources:
- https://hub.docker.com/u/ns1labs/
- https://hub.docker.com/u/orbcommunity/
maintainers:
- name: ns1labs
- name: orbcommunity
email: [email protected]

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/orb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defaults:
logLevel: "info"
image:
pullPolicy: "IfNotPresent"
repository: "ns1labs"
repository: "orbcommunity"
tag: "develop"
mfRepository: "mainflux"
mfTag: "0.13.0"
Expand Down Expand Up @@ -404,7 +404,7 @@ maestro:
migrate:
image:
name: "orb-migrate"
repository: ns1labs
repository: orbcommunity
tag: "0.16.0-bf1286d0"
autoMigrate: false
logLevel: "debug"
Expand Down

0 comments on commit 1cadc52

Please sign in to comment.