Skip to content

Commit

Permalink
Update versions in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
nhinze23 committed Nov 27, 2024
1 parent 6f6bf3f commit aae977e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions samples/configtest/k8s_v1_blueprint_add_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@ spec:
"dogus": [
{
"name":"official/postgresql",
"version":"12.15-2",
"version":"14.13-1",
"targetState":"present"
},
{
"name":"official/cas",
"version":"6.6.15-1",
"version":"7.0.8-6",
"targetState":"present"
},
{
"name":"official/postfix",
"version":"3.8.4-1",
"version":"3.9.0-3",
"targetState":"present"
},
{
"name":"k8s/nginx-ingress",
"version":"1.6.4-4",
"version":"1.11.1-3",
"targetState":"present"
},
{
"name":"k8s/nginx-static",
"version":"1.23.1-6",
"version":"1.26.1-7",
"targetState":"present"
}
],
Expand Down

0 comments on commit aae977e

Please sign in to comment.