Skip to content

Commit 68a6e1c

Browse files
authored
[PRA-158] Upgrade spark8t to 1.3.1 (#19)
* chore: Update spark8t to 1.3.1 * typo in description
1 parent 32c4099 commit 68a6e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rockcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: spark-integration-hub
22
summary: Charmed Spark Integration Hub
33
description: |
4-
This is an OCI image that bundles the routines that are needed by the Spark Integration Hub to update secrets besed on the provided configurations.
4+
This is an OCI image that bundles the routines that are needed by the Spark Integration Hub to update secrets based on the provided configurations.
55
66
license: Apache-2.0
77

@@ -42,7 +42,7 @@ parts:
4242
- python3-pip
4343
overlay-script: |
4444
mkdir -p $CRAFT_PART_INSTALL/opt/spark8t/python/dist
45-
pip install --target=${CRAFT_PART_INSTALL}/opt/spark8t/python/dist spark8t==1.3.0
45+
pip install --target=${CRAFT_PART_INSTALL}/opt/spark8t/python/dist spark8t==1.3.1
4646
rm usr/bin/pip*
4747
stage:
4848
- opt/spark8t/python/dist

0 commit comments

Comments
 (0)