Skip to content

Commit

Permalink
#93 Update simple blueprint sample to current values
Browse files Browse the repository at this point in the history
The used versions didn't work out due to the etcd removal
  • Loading branch information
ppxl committed Nov 19, 2024
1 parent bbdcdc5 commit f7cd4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/k8s_v1_blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ spec:
"dogus":[
{
"name":"official/postgresql",
"version":"12.15-2",
"version":"14.13-1",
"targetState":"present"
}
],
"components": [
{
"name":"k8s/k8s-dogu-operator",
"version":"0.41.0",
"version":"3.0.1",
"targetState":"present"
}
]}
Expand Down

0 comments on commit f7cd4f5

Please sign in to comment.