diff --git a/.github/workflows/issue_opened.yml b/.github/workflows/issue_opened.yml index 237be952c..7c5728b0d 100644 --- a/.github/workflows/issue_opened.yml +++ b/.github/workflows/issue_opened.yml @@ -13,7 +13,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@RELEASE_VERSION + - uses: actions/add-to-project@v1.0.2 with: project-url: https://github.com/users/yurake/projects/1/views/1 github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/kubernetes/zookeeper/zookeeper-statefulset.yaml b/kubernetes/zookeeper/zookeeper-statefulset.yaml index 944fe2829..ee786ea95 100644 --- a/kubernetes/zookeeper/zookeeper-statefulset.yaml +++ b/kubernetes/zookeeper/zookeeper-statefulset.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: zookeeper - image: bitnami/zookeeper:3.9.2-debian-12-r9 + image: bitnami/zookeeper:3.9.2-debian-12-r14 imagePullPolicy: Always ports: - containerPort: 2181