Skip to content

Commit

Permalink
chore(deps): updated open-balena-registry to 2.24.1
Browse files Browse the repository at this point in the history
Update open-balena-registry from 2.16.1 to 2.24.1

Change-type: minor
  • Loading branch information
Bart Versluijs committed Feb 10, 2022
1 parent 0d934e8 commit 13de76b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions compose/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ services:
- registry:/data
environment:
API_TOKENAUTH_CRT: ${OPENBALENA_TOKEN_AUTH_PUB}
BALENA_REGISTRY2_HOST: registry.${OPENBALENA_HOST_NAME}
BALENA_ROOT_CA: ${OPENBALENA_ROOT_CA}
BALENA_TOKEN_AUTH_ISSUER: api.${OPENBALENA_HOST_NAME}
BALENA_TOKEN_AUTH_REALM: https://api.${OPENBALENA_HOST_NAME}/auth/v1/token
REGISTRY2_HOST: registry.${OPENBALENA_HOST_NAME}
ROOT_CA: ${OPENBALENA_ROOT_CA}
REGISTRY2_TOKEN_AUTH_ISSUER: api.${OPENBALENA_HOST_NAME}
REGISTRY2_TOKEN_AUTH_REALM: https://api.${OPENBALENA_HOST_NAME}/auth/v1/token
COMMON_REGION: ${OPENBALENA_S3_REGION}
REGISTRY2_CACHE_ENABLED: "false"
REGISTRY2_CACHE_ADDR: 127.0.0.1:6379
Expand Down
2 changes: 1 addition & 1 deletion compose/versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export OPENBALENA_API_VERSION_TAG=v0.190.0
export OPENBALENA_DB_VERSION_TAG=v4.1.0
export OPENBALENA_MDNS_PUBLISHER_VERSION_TAG=v1.9.2
export OPENBALENA_REGISTRY_VERSION_TAG=v2.16.1
export OPENBALENA_REGISTRY_VERSION_TAG=v2.24.1
export OPENBALENA_S3_VERSION_TAG=v2.9.9
export OPENBALENA_VPN_VERSION_TAG=v9.26.6

0 comments on commit 13de76b

Please sign in to comment.