Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/operate.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IMG=quay.io/redhatgov/gitea-operator
KIND=Gitea
CR_SAMPLE=redhatgov_v1alpha1_gitea_openshift.yaml
VERSION=0.0.6
VERSION=0.0.7
CHANNELS=alpha
OSDK_VERSION=1.4.2
2 changes: 1 addition & 1 deletion roles/gitea-ocp/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
pod: '{{ gitea_pod_name }}'
command: >
/home/gitea/gitea --config=/home/gitea/conf/app.ini
admin create-user --admin --access-token
admin user create --admin --access-token
--username '{{ _gitea_admin_user }}'
--password '{{ gitea_admin_password }}'
--email '{{ _gitea_admin_email }}'
Expand Down
2 changes: 1 addition & 1 deletion roles/gitea-ocp/tasks/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
pod: '{{ gitea_pod_name }}'
command: >
/home/gitea/gitea --config=/home/gitea/conf/app.ini
admin create-user --access-token
admin user create --access-token
--username '{{ _giteauser.username }}'
--password '{{ _giteauser.password }}'
--email '{{ _giteauser.email }}'
Expand Down