Skip to content

Commit

Permalink
Merge pull request #8 from projectsyn/renovate/projectsyn-commodore-1.x
Browse files Browse the repository at this point in the history
Update projectsyn/commodore Docker tag to v1.23.0
  • Loading branch information
simu authored Oct 3, 2024
2 parents f22602a + 34450d9 commit e255b11
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion gitlab/commodore-compile.jsonnet
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local commodore_version = 'v1.22.1';
local commodore_version = 'v1.23.0';
local commodore_image = 'docker.io/projectsyn/commodore:' + commodore_version;

local to_array(param) = std.foldl(
Expand Down
4 changes: 2 additions & 2 deletions gitlab/tests/golden/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand All @@ -39,7 +39,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand Down
12 changes: 6 additions & 6 deletions gitlab/tests/golden/external-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand All @@ -38,7 +38,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand Down Expand Up @@ -69,7 +69,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand All @@ -96,7 +96,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand Down Expand Up @@ -128,7 +128,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand All @@ -154,7 +154,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand Down
12 changes: 6 additions & 6 deletions gitlab/tests/golden/k8s-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand All @@ -39,7 +39,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand Down Expand Up @@ -71,7 +71,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand All @@ -98,7 +98,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand Down Expand Up @@ -130,7 +130,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand All @@ -157,7 +157,7 @@
"echo \"$SSH_CONFIG\" >> ~/.ssh/config"
],
"image": {
"name": "docker.io/projectsyn/commodore:v1.22.1"
"name": "docker.io/projectsyn/commodore:v1.23.0"
},
"rules": [
{
Expand Down

0 comments on commit e255b11

Please sign in to comment.