Skip to content

Commit

Permalink
Adjustments to test charm upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Dec 14, 2024
1 parent 543b9de commit af4811c
Show file tree
Hide file tree
Showing 10 changed files with 502 additions and 339 deletions.
6 changes: 3 additions & 3 deletions charms/worker/k8s/src/literals.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
},
# NOTE: Update the dependencies for the k8s-service before releasing.
"k8s_service": {
"dependencies": {"k8s-worker": "^1.30, < 1.32"},
"dependencies": {"k8s-worker": "^1.31, < 1.33"},
"name": "k8s",
"upgrade_supported": "^1.30, < 1.32",
"version": "1.31.3",
"upgrade_supported": "^1.31, < 1.33",
"version": "1.32.0",
},
}
Loading

0 comments on commit af4811c

Please sign in to comment.